Tested and connected with nRF Control panel in android device

Committer:
mbed_official
Date:
Tue Sep 04 14:30:45 2018 +0100
Revision:
68:aa2707c9668f
Parent:
38:449ef9831076
Child:
74:b082fa6d75eb
Merge pull request #173 from pan-/use-cordio

Use cordio
.
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 2:cc8349878a7d 14 }
mbed_official 2:cc8349878a7d 15 }
mbed_official 2:cc8349878a7d 16 }