Entrega 3er corte - sistemas embebidos

Committer:
Bethory
Date:
Wed May 30 04:46:28 2018 +0000
Revision:
1:fcdb45ee95b9
Parent:
0:6ad07c9019fd
Entrega Final

Who changed what in which revision?

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