2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

mbed_app.json

Committer:
shimniok
Date:
2018-12-21
Revision:
26:2dc31a801cc8
Parent:
0:7e98bbfd102a
Child:
30:ed791f1f7f7d

File content as of revision 26:2dc31a801cc8:

{
    "target_overrides": {
        "*": {
            "rtos.idle-thread-stack-size": 256,
            "rtos.main-thread-stack-size": 2048,
            "rtos.thread-stack-size": 512,
            "platform.default-serial-baud-rate": 115200,
            "platform.stdio-baud-rate": 115200,
            "platform.stack-stats-enabled": true,
            "platform.heap-stats-enabled": true,
            "platform.cpu-stats-enabled": true,
            "platform.thread-stats-enabled": true,
            "platform.sys-stats-enabled": true,
            "target.components_add": ["SD"]        
        }
    }
}