mirror of https://github.com/ARMmbed/mbed-os.git
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "drivers",
|
|
"config": {
|
|
"uart-serial-txbuf-size": {
|
|
"help": "Default TX buffer size for a BufferedSerial instance (unit Bytes))",
|
|
"value": 256
|
|
},
|
|
"uart-serial-rxbuf-size": {
|
|
"help": "Default RX buffer size for a BufferedSerial instance (unit Bytes))",
|
|
"value": 256
|
|
},
|
|
"crc-table-size": {
|
|
"macro_name": "MBED_CRC_TABLE_SIZE",
|
|
"help": "Number of entries in each of MbedCRC's pre-computed software tables. Higher values increase speed, but also increase image size. The value has no effect if the target performs the CRC in hardware. Permitted values are 0, 16 or 256.",
|
|
"value": 16
|
|
},
|
|
"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
|
|
},
|
|
"qspi_io0": {
|
|
"help": "QSPI data I/O 0 pin",
|
|
"value": "QSPI_FLASH1_IO0"
|
|
},
|
|
"qspi_io1": {
|
|
"help": "QSPI data I/O 1 pin",
|
|
"value": "QSPI_FLASH1_IO1"
|
|
},
|
|
"qspi_io2": {
|
|
"help": "QSPI data I/O 2 pin",
|
|
"value": "QSPI_FLASH1_IO2"
|
|
},
|
|
"qspi_io3": {
|
|
"help": "QSPI data I/O 3 pin",
|
|
"value": "QSPI_FLASH1_IO3"
|
|
},
|
|
"qspi_sck": {
|
|
"help": "QSPI clock pin",
|
|
"value": "QSPI_FLASH1_SCK"
|
|
},
|
|
"qspi_csn": {
|
|
"help": "QSPI chip select pin",
|
|
"value": "QSPI_FLASH1_CSN"
|
|
}
|
|
}
|
|
}
|