mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
drivers/mbed_lib.json@167:e84263d55307, 2017-06-21 (annotated)
- Committer:
- AnnaBridge
- Date:
- Wed Jun 21 17:46:44 2017 +0100
- Revision:
- 167:e84263d55307
This updates the lib to the mbed lib v 145
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AnnaBridge | 167:e84263d55307 | 1 | { |
AnnaBridge | 167:e84263d55307 | 2 | "name": "drivers", |
AnnaBridge | 167:e84263d55307 | 3 | "config": { |
AnnaBridge | 167:e84263d55307 | 4 | "uart-serial-txbuf-size": { |
AnnaBridge | 167:e84263d55307 | 5 | "help": "Default TX buffer size for a UARTSerial instance (unit Bytes))", |
AnnaBridge | 167:e84263d55307 | 6 | "value": 256 |
AnnaBridge | 167:e84263d55307 | 7 | }, |
AnnaBridge | 167:e84263d55307 | 8 | "uart-serial-rxbuf-size": { |
AnnaBridge | 167:e84263d55307 | 9 | "help": "Default RX buffer size for a UARTSerial instance (unit Bytes))", |
AnnaBridge | 167:e84263d55307 | 10 | "value": 256 |
AnnaBridge | 167:e84263d55307 | 11 | } |
AnnaBridge | 167:e84263d55307 | 12 | } |
AnnaBridge | 167:e84263d55307 | 13 | } |