Philip Holifield / microbit-dal

Dependencies:   BLE_API mbed-dev-bin nRF51822

Dependents:   microbit

Fork of microbit-dal by Lancaster University

Committer:
LancasterUniversity
Date:
Wed Jul 13 12:18:33 2016 +0100
Revision:
54:77d0b27f4f26
Parent:
1:8aa5cdb4ab67
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.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jonathan Austin 1:8aa5cdb4ab67 1 Joe Finney (@finneyj)
Jonathan Austin 1:8aa5cdb4ab67 2 James Devine (@jamesadevine)
Jonathan Austin 1:8aa5cdb4ab67 3 Martin Woolley (@bluetooth-mdw)
Jonathan Austin 1:8aa5cdb4ab67 4 Michał Moskal (@mmoskal)
Jonathan Austin 1:8aa5cdb4ab67 5 Robert May (@remay)
Jonathan Austin 1:8aa5cdb4ab67 6 Jonathan Protzenko (@msprotz)
Jonathan Austin 1:8aa5cdb4ab67 7 James Sheppard (@jamessheppard)
Jonathan Austin 1:8aa5cdb4ab67 8 Damien George (@dpgeorge)
Jonathan Austin 1:8aa5cdb4ab67 9 Mathew Else (@matthewelse)