For MAX32630FTHR Demo Board: Controls LEDs on the demo board interfaced through BLE peripheral testing apps like LightBlue for iOS. Debug output on serial port.

Dependencies:   max32630fthr

Committer:
Lugs
Date:
Sat Nov 09 01:44:19 2019 +0000
Revision:
20:efe8deed8f74
Parent:
0:c671a4833315
Child:
8:a17a79f0d8af
For MAX32630FTHR Demo Board:; Controls LEDs on the demo board using BLE GATT interfaced through BLE testing apps on phones (lightblue for iOS)

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 0:c671a4833315 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 0:c671a4833315 6 },
mbed_official 0:c671a4833315 7 "NUCLEO_F401RE": {
mbed_official 0:c671a4833315 8 "target.features_add": ["BLE"],
mbed_official 0:c671a4833315 9 "target.extra_labels_add": ["ST_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 0:c671a4833315 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 0:c671a4833315 14 }
mbed_official 0:c671a4833315 15 }
mbed_official 0:c671a4833315 16 }