microbit: Added reference to nrf51-sdk

ARM mbed have extracted the Nordic SDK from their BLE libraries, but dependencies still exist...
Maintaining a local branch here to provide the opportunity for tailoring to reduce RAM overhead.
This commit is contained in:
Joe Finney 2015-12-11 04:40:08 +00:00
parent 2c05d96a00
commit f2a04f0f4d
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,10 @@
],
"dependencies": {
"mbed-classic": "~0.0.4",
"ble": "lancaster-university/BLE_API#master",
"ble-nrf51822": "lancaster-university/nrf51822#master",
"microbit-dal":"lancaster-university/microbit-dal#master"
"ble": "lancaster-university/BLE_API",
"ble-nrf51822": "lancaster-university/nrf51822",
"microbit-dal":"lancaster-university/microbit-dal",
"nrf51-sdk":"lancaster-university/nrf51-sdk"
},
"targetDependencies": {},
"bin": "./source"