Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0df3f8

Browse files
committed
update SPI supported BSPs
1 parent e09bfbf commit e0df3f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zh/beginner/bsp-develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
| STM32L476 Nucleo | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l476-st-nucleo/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32l476-st-nucleo) ||||||||
3535
| STM32G474 Nucleo | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32g474-st-nucleo/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32g474-st-nucleo) ||||||| × |
3636
| STM32U575 Nucleo | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32u575-st-nucleo/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32u575-st-nucleo) ||||||| × |
37-
| STM32F469 Discovery | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f469-st-disco/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32f469-st-disco) ||||||| × |
37+
| STM32F469 Discovery | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f469-st-disco/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32f469-st-disco) ||||||| |
3838
| STM32F103 BluePill | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32f103-blue-pill) | × |||||||
3939
| STM32F401 BlackPill | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f401-weact-blackpill/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32f401-weact-blackpill) | × |||||||
4040
| STM32F411 BlackPill | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f411-weact-blackpill/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32f411-weact-blackpill) | × |||||||
4141
| STM32L475潘多拉 | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pandora/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pandora) | × |||||||
42-
| STM32L431小熊派 | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l431-BearPi/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32l431-BearPi) | × |||||| × |
42+
| STM32L431小熊派 | [Github](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l431-BearPi/applications/arduino_pinout) / [Gitee](https://gitee.com/rtthread/rt-thread/tree/master/bsp/stm32/stm32l431-BearPi) | × |||||| |
4343

4444
## ** Renesas 瑞萨 **
4545

@@ -165,10 +165,10 @@ Hardware Drivers Config --->
165165
> [*] Auto update pkgs config
166166
> Select download server (Auto) --->
167167
> ```
168+
>
168169
> 2. 如果不想使用自动下载依赖软件包功能,可以使用 `pkgs --update` 命令手动触发下载。
169170
> 3. 下载依赖软件包时,如果出现下载失败的问题,请检查是否开启了代理,代理会干扰软件包下载,请关闭代理。
170171
171-
172172
## 4 编译BSP
173173
174174
在软件包均下载完毕之后,即可通过 `scons -j12` 命令来编译工程(12表示12个 CPU 核心并行编译,数字根据电脑硬件实际情况填写)。

0 commit comments

Comments
 (0)