|
34 | 34 | | 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) | √ | √ | √ | √ | √ | √ | √ | |
35 | 35 | | 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) | √ | √ | √ | √ | √ | √ | × | |
36 | 36 | | 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) | √ | √ | √ | √ | √ | √ | √ | |
38 | 38 | | 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) | × | √ | √ | √ | √ | √ | √ | |
39 | 39 | | 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) | × | √ | √ | √ | √ | √ | √ | |
40 | 40 | | 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) | × | √ | √ | √ | √ | √ | √ | |
41 | 41 | | 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) | × | √ | √ | √ | √ | √ | √ | |
43 | 43 |
|
44 | 44 | ## ** Renesas 瑞萨 ** |
45 | 45 |
|
@@ -165,10 +165,10 @@ Hardware Drivers Config ---> |
165 | 165 | > [*] Auto update pkgs config |
166 | 166 | > Select download server (Auto) ---> |
167 | 167 | > ``` |
| 168 | +> |
168 | 169 | > 2. 如果不想使用自动下载依赖软件包功能,可以使用 `pkgs --update` 命令手动触发下载。 |
169 | 170 | > 3. 下载依赖软件包时,如果出现下载失败的问题,请检查是否开启了代理,代理会干扰软件包下载,请关闭代理。 |
170 | 171 |
|
171 | | -
|
172 | 172 | ## 4 编译BSP |
173 | 173 |
|
174 | 174 | 在软件包均下载完毕之后,即可通过 `scons -j12` 命令来编译工程(12表示12个 CPU 核心并行编译,数字根据电脑硬件实际情况填写)。 |
|
0 commit comments