rt-thread-official/bsp/mipssim
guozhanxin 9e79333512 [project] update mdk/iar project and config. 2023-10-08 11:21:00 +08:00
..
applications format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
drivers rt_hw_cpu_shutdown: implement default weak function 2023-08-08 22:34:25 -04:00
.config [project] update mdk/iar project and config. 2023-10-08 11:21:00 +08:00
Kconfig [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
README.md [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
SConscript [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
SConstruct format Kconfig and sconscript 2023-01-08 22:52:13 -05:00
mipssim_ram.lds format link scripts 2023-01-08 22:52:13 -05:00
rtconfig.h [project] update mdk/iar project and config. 2023-10-08 11:21:00 +08:00
rtconfig.py [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00

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目前仅实现了串口。