Committer:
borlanic
Date:
Fri Mar 30 14:07:05 2018 +0000
Revision:
4:75df35ef4fb6
Parent:
0:380207fcb5c1
commentar

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:380207fcb5c1 1 {
borlanic 0:380207fcb5c1 2 "name": "drivers",
borlanic 0:380207fcb5c1 3 "config": {
borlanic 0:380207fcb5c1 4 "uart-serial-txbuf-size": {
borlanic 0:380207fcb5c1 5 "help": "Default TX buffer size for a UARTSerial instance (unit Bytes))",
borlanic 0:380207fcb5c1 6 "value": 256
borlanic 0:380207fcb5c1 7 },
borlanic 0:380207fcb5c1 8 "uart-serial-rxbuf-size": {
borlanic 0:380207fcb5c1 9 "help": "Default RX buffer size for a UARTSerial instance (unit Bytes))",
borlanic 0:380207fcb5c1 10 "value": 256
borlanic 0:380207fcb5c1 11 }
borlanic 0:380207fcb5c1 12 }
borlanic 0:380207fcb5c1 13 }