mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 04:19:22 +08:00
5f4b780558
This patch enables TF-M running on secure side and RT-Thread running on NS side by: 1. Updates the VTOR address 2. Remove a HW initialization which is already done in TF-M 3. Add a new project and linker script to build RTT in NS Note: There are no secure service calls to TF-M in this patch Change-Id: I4023a082cfb5c8df8a4f0ecc7ffee850daaadeb4 Signed-off-by: Kevin Peng <kevin.peng@arm.com> Signed-off-by: Karl Zhang <karl.zhang@arm.com>
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 添加更多设备驱动的方法 |