Bluetooth Low Energy and Stepper Motor enabled device, compatible with the BlueST Protocol.

Dependencies:   X_NUCLEO_IHM01A1

Bluetooth Low Energy and Stepper Motor enabled device, compatible with the BlueST Protocol.

Committer:
Davidroid
Date:
Tue Apr 17 14:59:28 2018 +0000
Revision:
0:f87cdc08dcd1
Bluetooth Low Energy and Stepper Motor enabled device.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Davidroid 0:f87cdc08dcd1 1 {
Davidroid 0:f87cdc08dcd1 2 "target_overrides": {
Davidroid 0:f87cdc08dcd1 3 "K64F": {
Davidroid 0:f87cdc08dcd1 4 "target.features_add": ["BLE"],
Davidroid 0:f87cdc08dcd1 5 "target.extra_labels_add": ["ST_BLUENRG"]
Davidroid 0:f87cdc08dcd1 6 },
Davidroid 0:f87cdc08dcd1 7 "NUCLEO_F401RE": {
Davidroid 0:f87cdc08dcd1 8 "target.features_add": ["BLE"],
Davidroid 0:f87cdc08dcd1 9 "target.extra_labels_add": ["ST_BLUENRG"]
Davidroid 0:f87cdc08dcd1 10 },
Davidroid 0:f87cdc08dcd1 11 "DISCO_L475VG_IOT01A": {
Davidroid 0:f87cdc08dcd1 12 "target.features_add": ["BLE"],
Davidroid 0:f87cdc08dcd1 13 "target.extra_labels_add": ["ST_BLUENRG"]
Davidroid 0:f87cdc08dcd1 14 }
Davidroid 0:f87cdc08dcd1 15 }
Davidroid 0:f87cdc08dcd1 16 }