Tested and connected with nRF Control panel in android device

Committer:
mbed_official
Date:
Fri Jul 28 10:45:33 2017 +0100
Revision:
38:449ef9831076
Parent:
31:8bed94c61fcb
Child:
68:aa2707c9668f
Merge pull request #99 from bcostm/add_disco_l475vg

DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
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 31:8bed94c61fcb 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:cc8349878a7d 6 },
mbed_official 2:cc8349878a7d 7 "NUCLEO_F401RE": {
mbed_official 2:cc8349878a7d 8 "target.features_add": ["BLE"],
mbed_official 2:cc8349878a7d 9 "target.extra_labels_add": ["ST_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 38:449ef9831076 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:cc8349878a7d 14 }
mbed_official 2:cc8349878a7d 15 }
mbed_official 2:cc8349878a7d 16 }