Luca Mottola
/
IOTAtelier1819-BLEBeacon
BLE beacon example
mbed_app.json@1:2fd54f1254fe, 2016-07-28 (annotated)
- Committer:
- mbed_official
- Date:
- Thu Jul 28 23:14:25 2016 +0100
- Revision:
- 1:2fd54f1254fe
- Parent:
- 0:66b59f6860ed
- Child:
- 2:401488de6e22
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble
Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 1:2fd54f1254fe | 1 | { |
mbed_official | 1:2fd54f1254fe | 2 | "target_overrides": { |
mbed_official | 1:2fd54f1254fe | 3 | "K64F": { |
mbed_official | 1:2fd54f1254fe | 4 | "target.features_add": ["BLE"], |
mbed_official | 1:2fd54f1254fe | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
mbed_official | 1:2fd54f1254fe | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
mbed_official | 1:2fd54f1254fe | 7 | }, |
mbed_official | 1:2fd54f1254fe | 8 | "NUCLEO_F401RE": { |
mbed_official | 1:2fd54f1254fe | 9 | "target.features_add": ["BLE"], |
mbed_official | 1:2fd54f1254fe | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 1:2fd54f1254fe | 11 | } |
mbed_official | 1:2fd54f1254fe | 12 | } |
mbed_official | 1:2fd54f1254fe | 13 | } |