init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

mbed_app.json

Committer:
pathfindr
Date:
2018-11-11
Revision:
4:8d8e9bfa82e4
Parent:
2:fd554f01abdf
Child:
6:388d3c7efdd9

File content as of revision 4:8d8e9bfa82e4:

{
    "macros": [
        "NDEBUG=1"
    ],
    "target_overrides": {
        "*": {
            "platform.stdio-flush-at-exit": false
        },
        "NRF52_DK": {
            "target.OUTPUT_EXT": "bin",
            "target.uart_hwfc": 0,
            "target.device_has_add": ["LOWPOWERTIMER"],
            "target.macros_add": ["MBED_TICKLESS"]
        }
    }
}