mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
364 B
JSON
14 lines
364 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
}
|