4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 20:45:21 +08:00
Man, Jianting (Meco) 6369e89502
[posix] POSIX standard implementation for PSE51 (#5384)
* [posix] POSIX standard implementation for PSE51

- add some posix's interfaces that we haven't before.
- these PR have passed the interface definition test across gcc platfrom;
- have tested base on qemu-a9 and stm32h750-art-pi.

* [newlib] only enable POSIX.1-1990

* update projects
2021-12-17 15:34:17 +08:00
..
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2019-12-11 15:25:31 +08:00
2021-10-14 14:36:18 +08:00

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