Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
module.json@46:c5bb7af0a3f0, 2016-07-13 (annotated)
- Committer:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:25 2016 +0100
- Revision:
- 46:c5bb7af0a3f0
- Parent:
- 28:379e18ebd43b
- Child:
- 50:6dde288fb262
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 |
|---|---|---|---|
| Jonathan Austin |
1:8aa5cdb4ab67 | 1 | { |
| Jonathan Austin |
1:8aa5cdb4ab67 | 2 | "name": "microbit-dal", |
| LancasterUniversity | 28:379e18ebd43b | 3 | "version": "2.0.0-rc2", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 4 | "license": "MIT", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 5 | "description": "The runtime library for the BBC micro:bit, developed by Lancaster University", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 6 | "keywords": [ |
| Jonathan Austin |
1:8aa5cdb4ab67 | 7 | "mbed-classic", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 8 | "microbit", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 9 | "runtime", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 10 | "library", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 11 | "lancaster", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 12 | "University" |
| Jonathan Austin |
1:8aa5cdb4ab67 | 13 | ], |
| Jonathan Austin |
1:8aa5cdb4ab67 | 14 | "author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 15 | "homepage": "https://github.com/lancaster-university/microbit-dal/", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 16 | "dependencies": { |
| LancasterUniversity | 15:65509c60005c | 17 | "mbed-classic": "lancaster-university/mbed-classic#microbit_hfclk+mb4", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 18 | "ble": "lancaster-university/BLE_API#v2.5.0+mb3", |
| LancasterUniversity | 13:8d33728584d9 | 19 | "ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb6", |
| LancasterUniversity | 15:65509c60005c | 20 | "nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb4" |
| Jonathan Austin |
1:8aa5cdb4ab67 | 21 | }, |
| Jonathan Austin |
1:8aa5cdb4ab67 | 22 | "extraIncludes": [ |
| Jonathan Austin |
1:8aa5cdb4ab67 | 23 | "inc/core", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 24 | "inc/types", |
| Jonathan Austin |
1:8aa5cdb4ab67 | 25 | "inc/drivers", |
| LancasterUniversity | 27:2f494ead23de | 26 | "inc/bluetooth", |
| LancasterUniversity | 27:2f494ead23de | 27 | "inc/platform" |
| Jonathan Austin |
1:8aa5cdb4ab67 | 28 | ] |
| LancasterUniversity | 9:960ce8922159 | 29 | } |
