My fork
Dependencies: BLE_API nRF51822-bluetooth-mdw
Fork of microbit-dal by
Diff: module.json
- Revision:
- 1:8aa5cdb4ab67
- Child:
- 9:960ce8922159
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/module.json Thu Apr 07 01:33:22 2016 +0100 @@ -0,0 +1,28 @@ +{ + "name": "microbit-dal", + "version": "2.0.0-rc1", + "license": "MIT", + "description": "The runtime library for the BBC micro:bit, developed by Lancaster University", + "keywords": [ + "mbed-classic", + "microbit", + "runtime", + "library", + "lancaster", + "University" + ], + "author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >", + "homepage": "https://github.com/lancaster-university/microbit-dal/", + "dependencies": { + "mbed-classic": "lancaster-university/mbed-classic#microbit_hfclk+mb2", + "ble": "lancaster-university/BLE_API#v2.5.0+mb3", + "ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb5", + "nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb3" + }, + "extraIncludes": [ + "inc/core", + "inc/types", + "inc/drivers", + "inc/bluetooth" + ] +}