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 37:c9fd79974e96, committed 2017-07-28
- Comitter:
- mbed_official
- Date:
- Fri Jul 28 10:45:23 2017 +0100
- Parent:
- 36:22ad72fb57a7
- Child:
- 38:b36aa157781d
- Commit message:
- Merge pull request #99 from bcostm/add_disco_l475vg
DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Wed Jul 19 18:15:24 2017 +0100
+++ b/mbed_app.json Fri Jul 28 10:45:23 2017 +0100
@@ -7,6 +7,10 @@
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG"]
+ },
+ "DISCO_L475VG_IOT01A": {
+ "target.features_add": ["BLE"],
+ "target.extra_labels_add": ["ST_BLUENRG"]
}
}
}
X-NUCLEO-BNRG2A1