GPS to Pulga

Dependencies:   Si1133 BME280

Committer:
mbed_official
Date:
Mon Jan 14 10:45:40 2019 +0000
Revision:
14:de95c96e3305
Parent:
8:a17a79f0d8af
Child:
20:86417f956e22
Merge pull request #208 from ARMmbed/mbed-os-5.11.0-oob

Mbed OS 5.11.0
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:c671a4833315 1 {
mbed_official 0:c671a4833315 2 "target_overrides": {
mbed_official 0:c671a4833315 3 "K64F": {
mbed_official 0:c671a4833315 4 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 6 },
mbed_official 0:c671a4833315 7 "NUCLEO_F401RE": {
mbed_official 0:c671a4833315 8 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 10 },
mbed_official 0:c671a4833315 11 "DISCO_L475VG_IOT01A": {
mbed_official 0:c671a4833315 12 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 14:de95c96e3305 14 },
mbed_official 14:de95c96e3305 15 "NRF52840_DK": {
mbed_official 14:de95c96e3305 16 "target.features_add": ["BLE"],
mbed_official 14:de95c96e3305 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 14:de95c96e3305 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 14:de95c96e3305 19 },
mbed_official 14:de95c96e3305 20 "NRF52_DK": {
mbed_official 14:de95c96e3305 21 "target.features_add": ["BLE"],
mbed_official 14:de95c96e3305 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 14:de95c96e3305 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 0:c671a4833315 24 }
mbed_official 0:c671a4833315 25 }
mbed_official 14:de95c96e3305 26 }