yangjie11 95e6b69b8e sync and update all projects (#7138) 2 vuotta sitten
..
applications 9bc68d26a4 format Kconfig and sconscript 2 vuotta sitten
drivers 4584054e17 [bsp] Add mipssim bsp 6 vuotta sitten
.config 95e6b69b8e sync and update all projects (#7138) 2 vuotta sitten
Kconfig 4584054e17 [bsp] Add mipssim bsp 6 vuotta sitten
README.md 4584054e17 [bsp] Add mipssim bsp 6 vuotta sitten
SConscript 4584054e17 [bsp] Add mipssim bsp 6 vuotta sitten
SConstruct 9bc68d26a4 format Kconfig and sconscript 2 vuotta sitten
mipssim_ram.lds 592284c66c format link scripts 2 vuotta sitten
rtconfig.h 95e6b69b8e sync and update all projects (#7138) 2 vuotta sitten
rtconfig.py 4584054e17 [bsp] Add mipssim bsp 6 vuotta sitten

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