bb1084556f
* [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 * format codes * [libc] 整理格式 * refresh projects |
||
---|---|---|
.. | ||
applications | ||
drivers | ||
.config | ||
Kconfig | ||
README.md | ||
SConscript | ||
SConstruct | ||
mipssim_ram.lds | ||
rtconfig.h | ||
rtconfig.py |
README.md
MIPSSIM 板级支持包
1. 简介
本BSP用于在MIPSSIM或QEMU的MIPSSIM Machine模拟器中运行RT-Thread。 使用mips-sde-elf工具链编译。 在QEMU中使用如下命令运行:
qemu-system-mipsel -M mipssim -cpu P5600 -nographic -kernel ./rtthread.elf
MIPSSIM拥有一个8250串口和一个MIPSNET网卡外设,本BSP目前仅实现了串口。