High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 812:aba49f3176a2, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:49:21 2015 +0100
- Parent:
- 811:059ed1c7b128
- Child:
- 813:d6ee8fa2c11c
- 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 Sep 29 09:49:21 2015 +0100 +++ b/module.json Tue Sep 29 09:49:21 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": "*" } }