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-10-24 17:56:09 +08:00
2019-10-24 17:56:09 +08:00
2020-05-06 15:17:59 +08:00
2019-10-24 17:56:09 +08:00

LPC55Sxx BSP 说明

LPC55Sxx系列 BSP 目前支持情况如下表所示:

BSP 文件夹名称 开发板名称
LPC55S69 系列
LPC55S69-EVK 恩智浦 LPC55S69 EVK[[官方链接]( <https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK)]

可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:

BSP 使用教程 简介
外设驱动使用教程 讲解 BSP 上更多外设驱动的使用方法
外设驱动介绍与应用 讲解LPC55Sxx系列BSP驱动的支持情况以及如何利用驱动框架开发应用程序
BSP 制作与提交 简介
BSP 制作教程 讲解LPC55Sxx系列BSP的制作方法以及在制作 BSP 和提交 BSP 时应当遵守的规范
外设驱动添加指南 讲解 BSP 添加更多设备驱动的方法