from bbc microbit library
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Revision 54:77d0b27f4f26, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:33 2016 +0100
- Parent:
- 53:ee44932401cb
- Child:
- 55:6920de8ba10a
- Commit message:
- Synchronized with git rev 9dbe43f0
Author: James Devine
microbit-dal: BUGFIX for wait[_us,_ms] in an ISR.
Previously if a user used wait[_us,_ms] in interrupt context,
the device would hang indefinitely due to a previous patch
in the mbed classic library.
This commit updates the reference to mbed-classic, which has
the appropriate fix.
Changed in this revision
module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Wed Jul 13 12:18:32 2016 +0100 +++ b/module.json Wed Jul 13 12:18:33 2016 +0100 @@ -14,7 +14,7 @@ "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+mb4", + "mbed-classic": "lancaster-university/mbed-classic#microbit_hfclk+mb5", "ble": "lancaster-university/BLE_API#v2.5.0+mb3", "ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb6", "nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb4"