You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guo XIn
291e661666
|
5 months ago | |
---|---|---|
.. | ||
applications | 5 months ago | |
drivers | 5 months ago | |
.config | 5 months ago | |
Kconfig | 5 months ago | |
README.md | 5 months ago | |
SConscript | 5 months ago | |
SConstruct | 5 months ago | |
mipssim_ram.lds | 5 months ago | |
rtconfig.h | 5 months ago | |
rtconfig.py | 5 months ago |
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目前仅实现了串口。