@@ -22,9 +22,6 @@ This is a port of CircuitPython to the Nordic Semiconductor nRF52 series of chip
22
22
23
23
## Tested Hardware
24
24
25
- * nRF52832
26
- * [ PCA10040] ( http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment%2Fnrf52_dev_kit.html )
27
- * [ Adafruit Feather nRF52] ( https://www.adafruit.com/product/3406 )
28
25
* nRF52840
29
26
* [ PCA10056] ( http://www.nordicsemi.com/eng/Products/nRF52840-Preview-DK )
30
27
@@ -36,7 +33,6 @@ the following links:
36
33
> ** NOTE** : These board specific readmes may be more up to date than the
37
34
generic board-neutral documentation further down.
38
35
39
- * Adafruit [ Feather nRF52] ( boards/feather_nrf52832/README.md ) : 512KB Flash, 64KB SRAM
40
36
* Adafruit [ Feather nRF52840] ( boards/feather_nrf52840_express/README.md ) : 1MB Flash, 256KB SRAM
41
37
* Nordic PCA10056 see [ Feather nRF52840] ( boards/pca10056/README.md )
42
38
* MakerDiary NRF52840 MDK see [ its README] ( boards/makerdiary_nrf52840_mdk/README.md )
@@ -77,9 +73,7 @@ Note: further tuning of features to include in bluetooth or even setting up the
77
73
78
74
Target Board (BOARD) | Bluetooth Stack (SD) | Bluetooth Support | Flash Util
79
75
-------------------------|-------------------------|------------------------|-------------------------------
80
- pca10040 | s132 | Peripheral and Scanner | [ Segger] ( #segger-targets )
81
76
pca10056 | s140 | Peripheral and Scanner | [ Segger] ( #segger-targets )
82
- feather_nrf52832 | s132 | Peripheral and Scanner | [ UART DFU] ( #dfu-targets )
83
77
feather_nrf52840_express | s140 | Peripheral and Scanner | UF2 bootloader
84
78
makerdiary_nrf52840_mdk | s140 | Peripheral and Scanner | pyocd or ARM mbed DAPLink
85
79
@@ -111,8 +105,8 @@ run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Ada
111
105
112
106
Example on how to generate and flash feather_nrf52832 target:
113
107
114
- make BOARD=feather_nrf52832 SD=s132
115
- make BOARD=feather_nrf52832 SD=s132 dfu-gen dfu-flash
108
+ make BOARD=feather_nrf52840 SD=s140
109
+ make BOARD=feather_nrf52840 SD=s140 dfu-gen dfu-flash
116
110
117
111
## Bluetooth LE REPL
118
112
0 commit comments