doc(pan-cordio): Add documentation to README on how to enable Cordio LL

pull/8876/head
Steve Cartmell 2018-11-26 15:27:25 -08:00 committed by Vincent Coubard
parent 4f7dcf4d34
commit 1b3efa4ccd
1 changed files with 6 additions and 2 deletions

View File

@ -3,10 +3,14 @@
To use this port amend your mbed_app.json file as following:
```json
"NRF52840_DK": {
"target.features_add": ["BLE"]
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
"target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
},
"NRF52_DK": {
"target.features_add": ["BLE"]
"target.features_add": ["BLE"],
"target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
"target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
}
```