Tested and connected with nRF Control panel in android device

Committer:
mbed_official
Date:
Mon Jan 14 10:46:04 2019 +0000
Revision:
74:b082fa6d75eb
Parent:
68:aa2707c9668f
Child:
80:dfa5a944cfcb
Merge pull request #208 from ARMmbed/mbed-os-5.11.0-oob

Mbed OS 5.11.0
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:cc8349878a7d 1 {
mbed_official 2:cc8349878a7d 2 "target_overrides": {
mbed_official 2:cc8349878a7d 3 "K64F": {
mbed_official 2:cc8349878a7d 4 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:cc8349878a7d 6 },
mbed_official 2:cc8349878a7d 7 "NUCLEO_F401RE": {
mbed_official 2:cc8349878a7d 8 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:449ef9831076 10 },
mbed_official 38:449ef9831076 11 "DISCO_L475VG_IOT01A": {
mbed_official 38:449ef9831076 12 "target.features_add": ["BLE"],
mbed_official 68:aa2707c9668f 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 74:b082fa6d75eb 14 },
mbed_official 74:b082fa6d75eb 15 "NRF52840_DK": {
mbed_official 74:b082fa6d75eb 16 "target.features_add": ["BLE"],
mbed_official 74:b082fa6d75eb 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 74:b082fa6d75eb 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 74:b082fa6d75eb 19 },
mbed_official 74:b082fa6d75eb 20 "NRF52_DK": {
mbed_official 74:b082fa6d75eb 21 "target.features_add": ["BLE"],
mbed_official 74:b082fa6d75eb 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 74:b082fa6d75eb 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 2:cc8349878a7d 24 }
mbed_official 2:cc8349878a7d 25 }
mbed_official 2:cc8349878a7d 26 }