config changes
Fork of nRF51822 by
Revision 397:c7adea3c1e37, committed 2015-07-21
- Comitter:
- rgrover1
- Date:
- Tue Jul 21 13:23:46 2015 +0100
- Parent:
- 396:e5b0385fc6f1
- Child:
- 398:b1dbc4eb89a9
- Commit message:
- Synchronized with git rev b55677ad
Author: Rohit Grover
Release 0.4.3
=============
This is a minor release.
Enhancements
~~~~~~~~~~~~
* Rename nRF51... to nRF5x... This prepares for the arrival of nRF52.
* Switch Github repository URL to ARMmbed organization.
* Add support to handle radio-notification callback as a FuncionPointer so that
we can have <object, member> pairs for callbacks.
Bugfixes
~~~~~~~~
none.
Changed in this revision
module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Tue Jul 21 13:23:46 2015 +0100 +++ b/module.json Tue Jul 21 13:23:46 2015 +0100 @@ -1,6 +1,6 @@ { "name": "ble-nrf51822", - "version": "0.4.2", + "version": "0.4.3", "description": "Nordic stack and drivers for the mbed BLE API.", "keywords": [ "Bluetooth", @@ -19,7 +19,7 @@ } ], "dependencies": { - "ble": "~0.4.2" + "ble": "~0.4.3" }, "extraIncludes": [ "source/btle",