2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Committer:
shimniok
Date:
Wed Jan 02 18:20:47 2019 +0000
Revision:
37:b8259500dbd3
Parent:
35:c42e7e29c3bd
Implemented LCD display abstraction

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shimniok 0:7e98bbfd102a 1 {
shimniok 0:7e98bbfd102a 2 "target_overrides": {
shimniok 0:7e98bbfd102a 3 "*": {
shimniok 26:2dc31a801cc8 4 "rtos.idle-thread-stack-size": 256,
shimniok 37:b8259500dbd3 5 "rtos.main-thread-stack-size": 4096,
shimniok 26:2dc31a801cc8 6 "rtos.thread-stack-size": 512,
shimniok 0:7e98bbfd102a 7 "platform.default-serial-baud-rate": 115200,
shimniok 0:7e98bbfd102a 8 "platform.stdio-baud-rate": 115200,
shimniok 0:7e98bbfd102a 9 "platform.stack-stats-enabled": true,
shimniok 0:7e98bbfd102a 10 "platform.heap-stats-enabled": true,
shimniok 0:7e98bbfd102a 11 "platform.cpu-stats-enabled": true,
shimniok 0:7e98bbfd102a 12 "platform.thread-stats-enabled": true,
shimniok 0:7e98bbfd102a 13 "platform.sys-stats-enabled": true,
shimniok 0:7e98bbfd102a 14 "target.components_add": ["SD"]
shimniok 0:7e98bbfd102a 15 }
shimniok 0:7e98bbfd102a 16 }
shimniok 0:7e98bbfd102a 17 }