2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

Committer:
shimniok
Date:
Wed Dec 26 19:34:17 2018 +0000
Revision:
30:ed791f1f7f7d
Parent:
26:2dc31a801cc8
Child:
35:c42e7e29c3bd
Implemented pushbutton, pushbutton toggles logging

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 30:ed791f1f7f7d 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 }