rt-thread-official/bsp/lpc55sxx/README.md

20 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 使用教程 | 简介 |
|:-------------------- |:------------------------------------------------- |
| [外设驱动使用教程](docs/LPC55Sxx系列BSP外设驱动使用教程.md) | 讲解 BSP 上更多外设驱动的使用方法 |
| [外设驱动介绍与应用](docs/LPC55Sxx系列驱动介绍.md) | 讲解LPC55Sxx系列BSP驱动的支持情况以及如何利用驱动框架开发应用程序 |
| **BSP 制作与提交** | **简介** |
| [BSP 制作教程](docs/LPC55Sxx系列BSP制作教程.md) | 讲解LPC55Sxx系列BSP的制作方法以及在制作 BSP 和提交 BSP 时应当遵守的规范 |
| [外设驱动添加指南](docs/LPC55Sxx系列外设驱动添加指南.md) | 讲解 BSP 添加更多设备驱动的方法 |