summaryrefslogtreecommitdiff
path: root/ports/nrf/README.md
diff options
context:
space:
mode:
authorhathach <thach@tinyusb.org>2018-06-25 17:12:24 +0700
committerhathach <thach@tinyusb.org>2018-06-25 17:12:24 +0700
commitf5be5ed6ee31e5ecb817ba4183f8aee9bf139dc0 (patch)
tree2c3286bde608394b863d09363eedaee0d49cb94d /ports/nrf/README.md
parent61437106e7a7bcf10c6bb597ff5d703cab18aad6 (diff)
parentc1924f375d5398586887fc68b778080c420f9d4c (diff)
Merge branch 'master' into nrf52840_usbboot
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 540139938..7b3e86c38 100644
--- a/ports/nrf/README.md
+++ b/ports/nrf/README.md
@@ -51,7 +51,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
@@ -82,7 +82,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
@@ -113,11 +113,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