Skip to content

Commit b1955da

Browse files
committed
Update ST component I/O config and readme (accordingly)
1 parent 213ded1 commit b1955da

File tree

11 files changed

+10
-22
lines changed

11 files changed

+10
-22
lines changed

BLE_BatteryLevel/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_Beacon/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_Button/mbed_app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"K64F": {
1717
"target.features_add": ["BLE"],
1818
"target.extra_labels_add": ["ST_BLUENRG"],
19-
"target.macros_add": ["IDB0XA1_D13_PATCH"],
2019
"ble_button_pin_name": "SW2"
2120
},
2221
"NUCLEO_F401RE": {

BLE_EddystoneObserver/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_EddystoneService/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_GAPButton/mbed_app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"K64F": {
1717
"target.features_add": ["BLE"],
1818
"target.extra_labels_add": ["ST_BLUENRG"],
19-
"target.macros_add": ["IDB0XA1_D13_PATCH"],
2019
"ble_button_pin_name": "SW2"
2120
},
2221
"NUCLEO_F401RE": {

BLE_HeartRate/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_LED/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_LEDBlinker/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

BLE_Thermometer/mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"],
6-
"target.macros_add": ["IDB0XA1_D13_PATCH"]
5+
"target.extra_labels_add": ["ST_BLUENRG"]
76
},
87
"NUCLEO_F401RE": {
98
"target.features_add": ["BLE"],

0 commit comments

Comments
 (0)