Skip to content

Commit 31c99c5

Browse files
authored
Merge pull request #173 from pan-/use-cordio
Use cordio
2 parents cb49cb7 + 0b992a7 commit 31c99c5

36 files changed

+54
-53
lines changed

BLE_BatteryLevel/mbed_app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"]
5+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
66
},
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
9-
"target.extra_labels_add": ["ST_BLUENRG"]
9+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1010
},
1111
"DISCO_L475VG_IOT01A": {
1212
"target.features_add": ["BLE"],
13-
"target.extra_labels_add": ["ST_BLUENRG"]
13+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1414
}
1515
}
1616
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1/#5e49580a0303c48c11f78ad2e5d92b5ffc02aadc

BLE_BatteryLevel/shields/TARGET_ST_BLUENRG.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

BLE_Beacon/mbed_app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"]
5+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
66
},
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
9-
"target.extra_labels_add": ["ST_BLUENRG"]
9+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1010
},
1111
"DISCO_L475VG_IOT01A": {
1212
"target.features_add": ["BLE"],
13-
"target.extra_labels_add": ["ST_BLUENRG"]
13+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1414
}
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/ble-x-nucleo-idb0xa1/#b630517008bbe47592927cc8e5dfcd2e5b9de968
1+
https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1/#5e49580a0303c48c11f78ad2e5d92b5ffc02aadc

BLE_Button/mbed_app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
},
1919
"K64F": {
2020
"target.features_add": ["BLE"],
21-
"target.extra_labels_add": ["ST_BLUENRG"],
21+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
2222
"ble_button_pin_name": "SW2"
2323
},
2424
"NUCLEO_F401RE": {
2525
"target.features_add": ["BLE"],
26-
"target.extra_labels_add": ["ST_BLUENRG"],
26+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
2727
"ble_button_pin_name": "USER_BUTTON"
2828
},
2929
"DISCO_L475VG_IOT01A": {
3030
"target.features_add": ["BLE"],
31-
"target.extra_labels_add": ["ST_BLUENRG"],
31+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
3232
"ble_button_pin_name": "USER_BUTTON"
3333
}
3434
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1/#5e49580a0303c48c11f78ad2e5d92b5ffc02aadc

BLE_Button/shields/TARGET_ST_BLUENRG.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

BLE_GAP/mbed_app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"target_overrides": {
33
"K64F": {
44
"target.features_add": ["BLE"],
5-
"target.extra_labels_add": ["ST_BLUENRG"]
5+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
66
},
77
"NUCLEO_F401RE": {
88
"target.features_add": ["BLE"],
9-
"target.extra_labels_add": ["ST_BLUENRG"]
9+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1010
},
1111
"DISCO_L475VG_IOT01A": {
1212
"target.features_add": ["BLE"],
13-
"target.extra_labels_add": ["ST_BLUENRG"]
13+
"target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
1414
}
1515
}
1616
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1/#5e49580a0303c48c11f78ad2e5d92b5ffc02aadc

0 commit comments

Comments
 (0)