@@ -36,9 +36,9 @@ the following links:
3636> ** NOTE** : These board specific readmes may be more up to date than the
3737 generic board-neutral documentation further down.
3838
39- * Adafruit [ Feather nRF52] ( boards/feather52 /README.md ) : 512KB Flash, 64KB SRAM
40- * Adafruit [ Feather nRF52840] ( boards/feather52840 /README.md ) : 1MB Flash, 256KB SRAM
41- * Nordic PCA10056 see [ Feather nRF52840] ( boards/feather52840 /README.md )
39+ * Adafruit [ Feather nRF52] ( boards/feather_nrf52832 /README.md ) : 512KB Flash, 64KB SRAM
40+ * Adafruit [ Feather nRF52840] ( boards/feather_nrf52840_express /README.md ) : 1MB Flash, 256KB SRAM
41+ * Nordic PCA10056 see [ Feather nRF52840] ( boards/pca10056 /README.md )
4242
4343For all other board targets, see the generic notes below.
4444
@@ -74,12 +74,12 @@ Note: further tuning of features to include in bluetooth or even setting up the
7474
7575## Target Boards and Make Flags
7676
77- Target Board (BOARD) | Bluetooth Stack (SD) | Bluetooth Support | Flash Util
78- ---------------------|-------------------------|------------------------|-------------------------------
79- pca10040 | s132 | Peripheral and Scanner | [ Segger] ( #segger-targets )
80- feather52832 | s132 | Peripheral and Scanner | [ UART DFU ] ( #dfu -targets )
81- pca10056 | s140 | Peripheral and Scanner | [ Segger ] ( #segger -targets )
82- feather52840 | s140 | Peripheral and Scanner | [ UART DFU ] ( #dfu-targets )
77+ Target Board (BOARD) | Bluetooth Stack (SD) | Bluetooth Support | Flash Util
78+ ------------------------- |-------------------------|------------------------|-------------------------------
79+ pca10040 | s132 | Peripheral and Scanner | [ Segger] ( #segger-targets )
80+ pca10056 | s140 | Peripheral and Scanner | [ Segger ] ( #segger -targets )
81+ feather_nrf52832 | s132 | Peripheral and Scanner | [ UART DFU ] ( #dfu -targets )
82+ feather_nrf52840_express | s140 | Peripheral and Scanner | UF2 bootloader
8383
8484## Segger Targets
8585
@@ -107,10 +107,10 @@ run follow command to install [adafruit-nrfutil](https://github.com/adafruit/Ada
107107* dfu-gen: Generates a Firmware zip to be used by the DFU flash application.
108108* dfu-flash: Triggers the DFU flash application to upload the firmware from the generated Firmware zip file.
109109
110- Example on how to generate and flash feather52832 target:
110+ Example on how to generate and flash feather_nrf52832 target:
111111
112- make BOARD=feather52832 SD=s132
113- make BOARD=feather52832 SD=s132 dfu-gen dfu-flash
112+ make BOARD=feather_nrf52832 SD=s132
113+ make BOARD=feather_nrf52832 SD=s132 dfu-gen dfu-flash
114114
115115## Bluetooth LE REPL
116116
0 commit comments