mirror of https://github.com/ARMmbed/mbed-os.git
18 lines
607 B
JSON
18 lines
607 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
|
|
},
|
|
"spi_count_max": {
|
|
"help": "The maximum number of SPI peripherals used at the same time. Determines RAM allocated for SPI peripheral management. If null, limit determined by hardware.",
|
|
"value": null
|
|
}
|
|
}
|
|
}
|