From 0cc90e4cb5d3d3e065a612893fc151de00e6aa45 Mon Sep 17 00:00:00 2001 From: qweg Date: Thu, 27 Apr 2023 07:46:55 +0000 Subject: [PATCH] =?UTF-8?q?[HUST=20CSE]=E3=80=90=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=97=A0=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qweg --- .../tutorial/quick-start/nordic-nrf5x/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/tutorial/quick-start/nordic-nrf5x/quick-start.md b/rt-thread-version/rt-thread-standard/tutorial/quick-start/nordic-nrf5x/quick-start.md index f074370..88f2d23 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/quick-start/nordic-nrf5x/quick-start.md +++ b/rt-thread-version/rt-thread-standard/tutorial/quick-start/nordic-nrf5x/quick-start.md @@ -17,7 +17,7 @@ Nordic nRF5x 系列 BSP 目前支持情况如下: | nRF51822 | [Micro:bitV1.5](https://tech.microbit.org/hardware/1-5-revision/) | [nrf51822](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf51822) | | | nrf52832 | [pca10040](https://www.nordicsemi.com/Products/Development-hardware/nRF52-DK) | [nrf52832](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52832) | | | nrf52840 | [PCA10056](https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK) | [nrf52840](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52840) | | -| nrf52840 | [ARDUINO NANO 33 BLE](https://store.arduino.cc/usa/nano-33-ble-sense-with-headers) | [nrf52840](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52840) | menuconfig 中选择对应的 board | +| nrf52840 | [ARDUINO NANO 33 BLE](https://store-usa.arduino.cc/products/arduino-nano-33-ble-sense-with-headers) | [nrf52840](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nrf5x/nrf52840) | menuconfig 中选择对应的 board | ### 主要支持功能 -- Gitee