init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

mbed_app.json

Committer:
pathfindr
Date:
2018-11-14
Revision:
6:388d3c7efdd9
Parent:
4:8d8e9bfa82e4
Child:
11:60eb0ff945f2

File content as of revision 6:388d3c7efdd9:

{
    "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"],
            "nvstore.max_keys": 20,
            "nvstore.area_1_address": "0x0007e000",
            "nvstore.area_1_size"   : "0x1000",
            "nvstore.area_2_address": "0x0007f000",
            "nvstore.area_2_size"   : "0x1000"
        }
    }
}