SummerGift f1004b013d [bsp][stm32] update stm32/stm32f103-atk-nano 6 years ago
..
docs d4ab2d71cf [bsp][stm32] update STM32系列BSP制作教程.md 6 years ago
libraries bad889140b [bsp][stm32] fix bug in f7 bsp template 6 years ago
stm32f091-st-nucleo 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f103-atk-nano f1004b013d [bsp][stm32] update stm32/stm32f103-atk-nano 6 years ago
stm32f103-fire-arbitrary 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f407-atk-explorer 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f407-st-discovery 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f429-armfly-v6 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f429-atk-apollo 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f429-fire-challenger 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f767-atk-apollo 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32f767-fire-challenger 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
stm32l475-atk-pandora 883a9f1e13 [bsp][stm32] update dma config in Kconfig 6 years ago
README.md aaf8fe5b1d [bsp][stm32] doc style 6 years ago

README.md

STM32 BSP 说明

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

BSP 文件夹名称 开发板名称
F0 系列
stm32f091-st-nucleo ST 官方 stm32f091-nucleo 开发板
F1 系列
stm32f103-atk-nano 正点原子 F103 NANO 开发板
stm32f103-fire-arbitrary 野火 F103 霸道开发板
F4 系列
stm32f407-st-discovery ST 官方 stm32f407-discovery 开发板
stm32f407-atk-explorer 正点原子 F407 探索者开发板
stm32f429-atk-apollo 正点原子 F429 阿波罗开发板
stm32f429-fire-challenger 野火 F429 挑战者开发板
stm32f429-armfly-v6 安富莱 f429-v6 开发板
F7 系列
stm32f767-atk-apollo 正点原子 F767 阿波罗开发板
stm32f767-fire-challenger 野火 F767 挑战者开发板
L4 系列
stm32l475-atk-pandora 正点原子 L475 潘多拉 IoT 开发板

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

BSP 使用教程 简介
外设驱动使用教程 讲解 BSP 上更多外设驱动的使用方法
外设驱动介绍与应用 讲解 STM32 系列 BSP 驱动的支持情况,以及如何利用驱动框架开发应用程序
BSP 制作与提交 简介
BSP 制作教程 讲解 STM32 系列 BSP 的制作方法,以及在制作 BSP 和提交 BSP 时应当遵守的规范,视频教程请观看 :《RT-Thread STM32 系列 BSP 制作视频教程》
外设驱动添加指南 讲解 BSP 添加更多设备驱动的方法