Beacon demo for the BLE API using the nRF51822 native mode drivers

Dependencies:   BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1

Fork of BLE_iBeacon by Bluetooth Low Energy

Committer:
Vincent Coubard
Date:
Tue Sep 20 12:41:28 2016 +0100
Revision:
79:4e16bde5c10a
Update libraries.
Add ST shield via config system.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 79:4e16bde5c10a 1 {
Vincent Coubard 79:4e16bde5c10a 2 "target_overrides": {
Vincent Coubard 79:4e16bde5c10a 3 "K64F": {
Vincent Coubard 79:4e16bde5c10a 4 "target.features_add": ["BLE"],
Vincent Coubard 79:4e16bde5c10a 5 "target.extra_labels_add": ["ST_BLUENRG"],
Vincent Coubard 79:4e16bde5c10a 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
Vincent Coubard 79:4e16bde5c10a 7 },
Vincent Coubard 79:4e16bde5c10a 8 "NUCLEO_F401RE": {
Vincent Coubard 79:4e16bde5c10a 9 "target.features_add": ["BLE"],
Vincent Coubard 79:4e16bde5c10a 10 "target.extra_labels_add": ["ST_BLUENRG"]
Vincent Coubard 79:4e16bde5c10a 11 }
Vincent Coubard 79:4e16bde5c10a 12 }
Vincent Coubard 79:4e16bde5c10a 13 }