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

Diff for: BLE_BatteryLevel/mbed_app.json

+13
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+
}

Diff for: BLE_BatteryLevel/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_Beacon/mbed_app.json

+13
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+
}

Diff for: BLE_Beacon/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_Button/mbed_app.json

+13
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+
}

Diff for: BLE_Button/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_EddystoneObserver/mbed_app.json

+13
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+
}

Diff for: BLE_EddystoneObserver/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_EddystoneService/mbed_app.json

+13
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+
}

Diff for: BLE_EddystoneService/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_GAPButton/mbed_app.json

+13
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+
}

Diff for: BLE_GAPButton/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_HeartRate/mbed_app.json

+13
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+
}

Diff for: BLE_HeartRate/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_LED/mbed_app.json

+13
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+
}

Diff for: BLE_LED/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_LEDBlinker/mbed_app.json

+13
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+
}

Diff for: BLE_LEDBlinker/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_Thermometer/mbed_app.json

+13
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+
}

Diff for: BLE_Thermometer/shields/TARGET_ST_BLUENRG.lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1#947ff7cf03846721ec9970f16d373390cbf71f39

Diff for: BLE_URIBeacon/mbed_app.json

+13
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+
}

Diff for: BLE_URIBeacon/shields/TARGET_ST_BLUENRG.lib

+1
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)