summaryrefslogtreecommitdiff
path: root/ports/nrf/README.md
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-06-22 10:04:39 +0200
committerarturo182 <arturo182@tlen.pl>2018-06-22 10:04:39 +0200
commit596a1d884342ce59138de321c1a2e783662eab90 (patch)
treebfeac7077ac6488b0ef8bf617ded3812b16d4f1a /ports/nrf/README.md
parent0686857e3c28b69c49a0cbdadc683394754b5f86 (diff)
nrf: Rename feather52 to feather52832 in readme files
Diffstat (limited to 'ports/nrf/README.md')
-rw-r--r--ports/nrf/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md
index eff0f80b5..34941d242 100644
--- a/ports/nrf/README.md
+++ b/ports/nrf/README.md
@@ -37,7 +37,7 @@ Prerequisite steps for building the nrf port:
git submodule update --init
make -C mpy-cross
-By default, the feather52 (nRF52832) is used as compile target. To build and flash issue the following command inside the ports/nrf/ folder:
+By default, the feather52832 is used as compile target. To build and flash issue the following command inside the ports/nrf/ folder:
make
make flash
@@ -68,7 +68,7 @@ Note: further tuning of features to include in bluetooth or even setting up the
Target Board (BOARD) | Bluetooth Stack (SD) | Bluetooth Support | Flash Util
---------------------|-------------------------|------------------------|-------------------------------
pca10040 | s132 | Peripheral and Scanner | [Segger](#segger-targets)
-feather52 | s132 | Peripheral and Scanner | [UART DFU](#dfu-targets)
+feather52832 | s132 | Peripheral and Scanner | [UART DFU](#dfu-targets)
pca10056 | s140 | Peripheral and Scanner | [Segger](#segger-targets)
## Segger Targets
@@ -99,11 +99,11 @@ note: On Linux it might be required to link SEGGER's `libjlinkarm.so` inside nrf
* dfu-gen: Generates a Firmware zip to be used by the DFU flash application.
* dfu-flash: Triggers the DFU flash application to upload the firmware from the generated Firmware zip file.
-Example on how to generate and flash feather52 target:
+Example on how to generate and flash feather52832 target:
- make BOARD=feather52 SD=s132
- make BOARD=feather52 SD=s132 dfu-gen
- make BOARD=feather52 SD=s132 dfu-flash
+ make BOARD=feather52832 SD=s132
+ make BOARD=feather52832 SD=s132 dfu-gen
+ make BOARD=feather52832 SD=s132 dfu-flash
## Bluetooth LE REPL