diff --git a/rt-thread-version/rt-thread-standard/tutorial/quick-start/more.md b/rt-thread-version/rt-thread-standard/tutorial/quick-start/more.md index b157daceca60e373a65f5f4cc202489fd56b236b..3f527f1f2d242982863fd74f0909787c9149363c 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/quick-start/more.md +++ b/rt-thread-version/rt-thread-standard/tutorial/quick-start/more.md @@ -19,17 +19,19 @@ RT-Thread 支持的全部 BSP 均在 github 的 `rt-thread` 源码中,位于 ` | 厂商 | 开发板 | | -------- | ---------------- | -| 正点原子 | [号令者 I.MX RT1052](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt1052-evk) | +| 正点原子 | [号令者 I.MX RT1052](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt/imxrt1052-atk-commander) | | | [阿波罗 STM32F767](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f767-atk-apollo) | -| 野火 | [I.MX RT1052](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt1052-evk) | +| 野火 | [I.MX RT1052](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt/imxrt1052-fire-pro) | | | [挑战者 STM32F767](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f767-fire-challenger) | -| NXP | [I.MX RT1050 EVK](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt/imxrt1050-evk) | +| NXP | [I.MX RT1050 EVK](https://github.com/RT-Thread/rt-thread/tree/master/bsp/imxrt/imxrt1052-nxp-evk) | | | [NXP LPC54110 Board](https://github.com/RT-Thread/rt-thread/tree/master/bsp/lpc54114-lite) | | | [LPC54608 系列评估板](https://github.com/RT-Thread/rt-thread/tree/master/bsp/lpc54608-LPCXpresso) | | 兆易创新 | [GD32303E-EVAL](https://github.com/RT-Thread/rt-thread/tree/master/bsp/gd32303e-eval) | | | [GD32450Z-EVAL](https://github.com/RT-Thread/rt-thread/tree/master/bsp/gd32450z-eval) | | RISC-V | [SiFive HIFIVE1](https://github.com/RT-Thread/rt-thread/tree/master/bsp/hifive1) | | 华芯微特 | [SWXT-LQ100-32102](https://github.com/RT-Thread/rt-thread/tree/master/bsp/swm320-lq100) | +| Nordic | [nRF52840-PCA10056](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52840) | +| | [nRF52840-PCA10040](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52832) | ## STM32 系列 BSP 制作