Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 67:55c859f4efe0, committed 2018-09-04
- Comitter:
- mbed_official
- Date:
- Tue Sep 04 14:30:31 2018 +0100
- Parent:
- 66:e1c00ec2cf5d
- Child:
- 68:6f0e4429f832
- Commit message:
- Merge pull request #173 from pan-/use-cordio
Use cordio
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Changed in this revision
--- a/mbed_app.json Wed Aug 29 14:45:32 2018 +0100
+++ b/mbed_app.json Tue Sep 04 14:30:31 2018 +0100
@@ -2,15 +2,15 @@
"target_overrides": {
"K64F": {
"target.features_add": ["BLE"],
- "target.extra_labels_add": ["ST_BLUENRG"]
+ "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
},
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
- "target.extra_labels_add": ["ST_BLUENRG"]
+ "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
},
"DISCO_L475VG_IOT01A": {
"target.features_add": ["BLE"],
- "target.extra_labels_add": ["ST_BLUENRG"]
+ "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
}
}
}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shields/TARGET_CORDIO_BLUENRG.lib Tue Sep 04 14:30:31 2018 +0100 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/cordio-ble-x-nucleo-idb0xa1/#5e49580a0303c48c11f78ad2e5d92b5ffc02aadc \ No newline at end of file
--- a/shields/TARGET_ST_BLUENRG.lib Wed Aug 29 14:45:32 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://github.com/ARMmbed/ble-x-nucleo-idb0xa1/#b630517008bbe47592927cc8e5dfcd2e5b9de968
X-NUCLEO-BNRG2A1