updates
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal-eddystone by
BLE_API.lib@46:c5bb7af0a3f0, 2016-07-13 (annotated)
- Committer:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:25 2016 +0100
- Revision:
- 46:c5bb7af0a3f0
- Parent:
- 0:fb15f7887843
Synchronized with git rev 3b587e14
Author: James Devine
microbit-dal: serial SYNC_SLEEP / SYNC_SPINWAIT modes transmit all characters [issue #141]
In SYNC_SLEEP and SYNC_SPINWAIT modes the maximum length that could be
sent was always dictated by the buffer size.
This was incorrect as these two modes should wait until all characters
have been transmitted from the given buffer before returning control to
the user.
ASYNC mode will still return immediately after copying the number of
bytes available in the TX buffer.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JonnyA | 0:fb15f7887843 | 1 | https://developer.mbed.org/teams/Lancaster-University/code/BLE_API/#dd2f69fad8c6 |