Kris Scholte Lubberink
/
bleswitcher
test
mbed_app.json@2:cfa7a3406398, 2018-06-20 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Jun 20 11:03:28 2018 +0100
- Revision:
- 2:cfa7a3406398
- Parent:
- 1:916188eae2bb
- Child:
- 3:704a199f2316
Merge pull request #158 from adbridge/master
Updating mbed-os to mbed-os-5.8.6
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Donatien Garnier |
1:916188eae2bb | 1 | { |
mbed_official | 2:cfa7a3406398 | 2 | "target_overrides": { |
mbed_official | 2:cfa7a3406398 | 3 | "K64F": { |
mbed_official | 2:cfa7a3406398 | 4 | "target.features_add": ["BLE"], |
mbed_official | 2:cfa7a3406398 | 5 | "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] |
mbed_official | 2:cfa7a3406398 | 6 | }, |
mbed_official | 2:cfa7a3406398 | 7 | "NUCLEO_F401RE": { |
mbed_official | 2:cfa7a3406398 | 8 | "target.features_add": ["BLE"], |
mbed_official | 2:cfa7a3406398 | 9 | "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] |
mbed_official | 2:cfa7a3406398 | 10 | }, |
mbed_official | 2:cfa7a3406398 | 11 | "DISCO_L475VG_IOT01A": { |
mbed_official | 2:cfa7a3406398 | 12 | "target.features_add": ["BLE"], |
mbed_official | 2:cfa7a3406398 | 13 | "target.extra_labels_add": ["ST_BLUENRG", "CORDIO"] |
mbed_official | 2:cfa7a3406398 | 14 | } |
mbed_official | 2:cfa7a3406398 | 15 | } |
Donatien Garnier |
1:916188eae2bb | 16 | } |