this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Committer:
mbed_official
Date:
Tue Sep 04 14:30:35 2018 +0100
Revision:
68:462ee502bc56
Parent:
38:f36c230b1b28
Child:
73:6f5021cbe752
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:864ddfb70a9c 1 {
mbed_official 2:864ddfb70a9c 2 "target_overrides": {
mbed_official 2:864ddfb70a9c 3 "K64F": {
mbed_official 2:864ddfb70a9c 4 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 6 },
mbed_official 2:864ddfb70a9c 7 "NUCLEO_F401RE": {
mbed_official 2:864ddfb70a9c 8 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 38:f36c230b1b28 10 },
mbed_official 38:f36c230b1b28 11 "DISCO_L475VG_IOT01A": {
mbed_official 38:f36c230b1b28 12 "target.features_add": ["BLE"],
mbed_official 68:462ee502bc56 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:864ddfb70a9c 14 }
mbed_official 2:864ddfb70a9c 15 }
mbed_official 2:864ddfb70a9c 16 }