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 799:73c7fc4d5385, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:47:50 2015 +0100
- Parent:
- 791:920101117187
- Child:
- 800:3bf180b7a3a5
- Commit message:
- Synchronized with git rev eb2130f7
Author: Rohit Grover
Release 0.4.7
=============
* Depend on an updated version of nRF51822 which provides event handling
through the mbed OS scheduler. As a result, all mbed-OS BLE event handling
now happens in thread mode.
* minor: use "mbed-os" to select the target dependency on mbed-drivers. This
allows bbc-micro builds.
Changed in this revision
| module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Tue Aug 11 15:13:14 2015 +0100
+++ b/module.json Tue Sep 29 09:47:50 2015 +0100
@@ -1,6 +1,6 @@
{
"name": "ble",
- "version": "0.4.6",
+ "version": "0.4.7",
"description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
"keywords": [
"Bluetooth",
@@ -21,12 +21,12 @@
"dependencies": {},
"targetDependencies": {
"nrf51822": {
- "ble-nrf51822": "~0.4.6"
+ "ble-nrf51822": "~0.4.7"
},
"mbed-classic": {
"mbed-classic": "~0.0.1"
},
- "mbed": {
+ "mbed-os": {
"mbed-drivers": "*"
}
}
