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.
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: drivers/mbed_lib.json
- Revision:
- 167:e84263d55307
diff -r c97ed07ec1a8 -r e84263d55307 drivers/mbed_lib.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/drivers/mbed_lib.json Wed Jun 21 17:46:44 2017 +0100
@@ -0,0 +1,13 @@
+{
+ "name": "drivers",
+ "config": {
+ "uart-serial-txbuf-size": {
+ "help": "Default TX buffer size for a UARTSerial instance (unit Bytes))",
+ "value": 256
+ },
+ "uart-serial-rxbuf-size": {
+ "help": "Default RX buffer size for a UARTSerial instance (unit Bytes))",
+ "value": 256
+ }
+ }
+}
