rt-thread-official/bsp/mipssim
liukangcc ccbd22f493 [update] refresh project 2022-01-26 18:30:23 +08:00
..
applications [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
drivers [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
.config [update] refresh project 2022-01-26 18:30:23 +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 [update] CFLAGS 2021-12-17 14:28:40 +08:00
mipssim_ram.lds [bsp] Add mipssim bsp 2019-12-11 15:25:31 +08:00
rtconfig.h [console] 解决在没有定义RT_USING_DEVICE的情况下使用device报错的问题 2022-01-09 00:20:32 +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目前仅实现了串口。