Skip to content

Commit a73a57c

Browse files
author
Donatien Garnier
authored
Merge pull request ARMmbed#204 from ARMmbed/donatieng-patch-3
Update README.md
2 parents 234043b + 934f060 commit a73a57c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The following targets have been tested and work with these examples:
3232

3333
* Nordic:
3434
* NRF52_DK
35+
* NRF52840_DK
3536

3637
* Boards with an ST shield plugged in:
3738
* K64F
@@ -41,8 +42,23 @@ The following targets have been tested and work with these examples:
4142
* DISCO_L475VG_IOT01A (ref B-L475E-IOT01A)
4243

4344
<span> **Important:** if an ST shield is used with the K64F board, an hardware is patch required. Check out https://developer.mbed.org/teams/ST/code/X_NUCLEO_IDB0XA1/ for more information.</span>
45+
46+
<span> Note: The Cordio Link layer is used for NRF52 platforms by default. To switch to using the Softdevice, remove these lines in mbed_app.json.
47+
Bluetooth 5 features are only supported by the Cordio implementation, and some examples (such as BLE_GAP) use these. If you're using the Softdevice you can use the deprecated examples in this case.
48+
49+
For NRF52_DK:
50+
```
51+
"target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
52+
"target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
53+
```
54+
55+
For NRF52840_DK:
56+
```
57+
"target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
58+
"target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
59+
```
4460

45-
The following board is currently not supported as it doesn't yet support the Cordio stack:
61+
The following board is currently not supported by non-deprecated examples as it doesn't yet support the Cordio stack:
4662
* NRF51_DK
4763

4864
### Using ST Nucleo shield on other targets

0 commit comments

Comments
 (0)