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.
This commit is contained in:
commit
eb2130f7a6
1 changed files with 3 additions and 3 deletions
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue