Meco Man 918ee6147c add RT_USING_POSIX_STDIO %!s(int64=4) %!d(string=hai) anos
..
application.c 75e4c9dd0a [bsp]update GPL license to Apache-2.0, and format files %!s(int64=4) %!d(string=hai) anos
board.c 75e4c9dd0a [bsp]update GPL license to Apache-2.0, and format files %!s(int64=4) %!d(string=hai) anos
board.h 75e4c9dd0a [bsp]update GPL license to Apache-2.0, and format files %!s(int64=4) %!d(string=hai) anos
get_update_finsh.bat c63a2e0a89 add #define RT_USING_CONSOLE for Nios II bsp %!s(int64=14) %!d(string=hai) anos
get_update_finsh.sh b4de7cce57 Re-normalizing the repo %!s(int64=13) %!d(string=hai) anos
get_update_rt-thread.bat c63a2e0a89 add #define RT_USING_CONSOLE for Nios II bsp %!s(int64=14) %!d(string=hai) anos
get_update_rt-thread.sh b4de7cce57 Re-normalizing the repo %!s(int64=13) %!d(string=hai) anos
readme_cn.txt 7dc042e6b9 [dlmodule] Simply remove the module.c file from the project file. %!s(int64=7) %!d(string=hai) anos
readme_en.txt b4de7cce57 Re-normalizing the repo %!s(int64=13) %!d(string=hai) anos
rtconfig.h d19ee8ebcd [nios-ii] auto formatted %!s(int64=4) %!d(string=hai) anos
startup.c 918ee6147c add RT_USING_POSIX_STDIO %!s(int64=4) %!d(string=hai) anos
uart.c d19ee8ebcd [nios-ii] auto formatted %!s(int64=4) %!d(string=hai) anos
uart.h b4de7cce57 Re-normalizing the repo %!s(int64=13) %!d(string=hai) anos

readme_cn.txt

1. 按常规方法建立一个空白Nios II工程.
2. 添加本目录的所有源程序和头文件,并添加RT-Thread内核及Nios II CPU所需要的文件.
─rt-thread

├─include
│ rtdef.h
│ rthw.h
│ rtm.h
│ rtthread.h

├─libcpu
│ └─nios
│ └─nios_ii
│ context_gcc.S
│ interrupt.c
│ stack.c
│ vector.S

└─src
clock.c
device.c
idle.c
ipc.c
irq.c
kservice.c
kservice.h
mem.c
mempool.c
object.c
rtm.c
scheduler.c
SConscript
slab.c
thread.c
timer.c
3. 添加头文件搜索路径
4. 根据需要修改rtconfig.h (默认为基本内核)