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.
Fork of BLE_API by
Revision 1196:8b44b74938f6, committed 2016-04-06
- Comitter:
- vcoubard
- Date:
- Wed Apr 06 19:16:02 2016 +0100
- Parent:
- 1195:b6ba9dfd83bb
- Child:
- 1197:8b80ca9abdac
- Commit message:
- Synchronized with git rev db2ad9a7
Author: Vincent Coubard
Add nrf52 as a dependency
Changed in this revision
| module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Wed Apr 06 19:16:00 2016 +0100
+++ b/module.json Wed Apr 06 19:16:02 2016 +0100
@@ -28,6 +28,9 @@
"nrf51822": {
"ble-nrf51822": "^2.2.8"
},
+ "nrf52832": {
+ "ble-nrf51822": "ARMmbed/ble-nrf52832"
+ },
"cordio": {
"ble-wicentric": "~0.0.4"
},
