Combines a working system to save force, acceleration and gyro data to an SD card in a MAX32630 with BLE_Heartrate taken from the mbed site.

Dependencies:   USBMSD_BD BMI160 HX711 max32630fthr USBDevice

Committer:
mbed_official
Date:
Mon Jan 14 10:45:44 2019 +0000
Revision:
73:633b44bce5fc
Parent:
67:55c859f4efe0
Child:
78:cca8883e1819
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 1:72c60abef7e7 1 {
mbed_official 1:72c60abef7e7 2 "target_overrides": {
mbed_official 1:72c60abef7e7 3 "K64F": {
mbed_official 1:72c60abef7e7 4 "target.features_add": ["BLE"],
mbed_official 67:55c859f4efe0 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 1:72c60abef7e7 6 },
mbed_official 1:72c60abef7e7 7 "NUCLEO_F401RE": {
mbed_official 1:72c60abef7e7 8 "target.features_add": ["BLE"],
mbed_official 67:55c859f4efe0 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 37:c9fd79974e96 10 },
mbed_official 37:c9fd79974e96 11 "DISCO_L475VG_IOT01A": {
mbed_official 37:c9fd79974e96 12 "target.features_add": ["BLE"],
mbed_official 67:55c859f4efe0 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 73:633b44bce5fc 14 },
mbed_official 73:633b44bce5fc 15 "NRF52840_DK": {
mbed_official 73:633b44bce5fc 16 "target.features_add": ["BLE"],
mbed_official 73:633b44bce5fc 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 73:633b44bce5fc 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 73:633b44bce5fc 19 },
mbed_official 73:633b44bce5fc 20 "NRF52_DK": {
mbed_official 73:633b44bce5fc 21 "target.features_add": ["BLE"],
mbed_official 73:633b44bce5fc 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 73:633b44bce5fc 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 1:72c60abef7e7 24 }
mbed_official 1:72c60abef7e7 25 }
mbed_official 1:72c60abef7e7 26 }