Skip to content

Commit 890d52d

Browse files
committed
Include ST_BLUENRG and activate it for K64F and NUCLEO_F40RE builds.
1 parent 43a75b8 commit 890d52d

File tree

22 files changed

+154
-0
lines changed

22 files changed

+154
-0
lines changed

BLE_BatteryLevel/mbed_app.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.features_add": ["BLE"],
5+
"target.extra_labels_add": ["ST_BLUENRG"],
6+
"target.macros_add": ["IDB0XA1_D13_PATCH"]
7+
},
8+
"NUCLEO_F401RE": {
9+
"target.features_add": ["BLE"],
10+
"target.extra_labels_add": ["ST_BLUENRG"]
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

BLE_Beacon/mbed_app.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.features_add": ["BLE"],
5+
"target.extra_labels_add": ["ST_BLUENRG"],
6+
"target.macros_add": ["IDB0XA1_D13_PATCH"]
7+
},
8+
"NUCLEO_F401RE": {
9+
"target.features_add": ["BLE"],
10+
"target.extra_labels_add": ["ST_BLUENRG"]
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

BLE_Button/mbed_app.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.features_add": ["BLE"],
5+
"target.extra_labels_add": ["ST_BLUENRG"],
6+
"target.macros_add": ["IDB0XA1_D13_PATCH"]
7+
},
8+
"NUCLEO_F401RE": {
9+
"target.features_add": ["BLE"],
10+
"target.extra_labels_add": ["ST_BLUENRG"]
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

BLE_EddystoneObserver/mbed_app.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.features_add": ["BLE"],
5+
"target.extra_labels_add": ["ST_BLUENRG"],
6+
"target.macros_add": ["IDB0XA1_D13_PATCH"]
7+
},
8+
"NUCLEO_F401RE": {
9+
"target.features_add": ["BLE"],
10+
"target.extra_labels_add": ["ST_BLUENRG"]
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

BLE_EddystoneService/mbed_app.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.features_add": ["BLE"],
5+
"target.extra_labels_add": ["ST_BLUENRG"],
6+
"target.macros_add": ["IDB0XA1_D13_PATCH"]
7+
},
8+
"NUCLEO_F401RE": {
9+
"target.features_add": ["BLE"],
10+
"target.extra_labels_add": ["ST_BLUENRG"]
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

0 commit comments

Comments
 (0)