2018 revision to classic DataBus AVC code.

Dependencies:   LSM303DLM Servo SerialGraphicLCD L3G4200D IncrementalEncoder SimpleShell

mbed_app.json

Committer:
shimniok
Date:
2018-12-26
Revision:
30:ed791f1f7f7d
Parent:
26:2dc31a801cc8
Child:
35:c42e7e29c3bd

File content as of revision 30:ed791f1f7f7d:

{
    "target_overrides": {
        "*": {
            "rtos.idle-thread-stack-size": 256,
            "rtos.main-thread-stack-size": 4096,
            "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"]        
        }
    }
}