init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

mbed_app.json

Committer:
pathfindr
Date:
2019-01-15
Revision:
36:8e359069192b
Parent:
34:4493c9f6d707
Child:
40:4270e09e59f2

File content as of revision 36:8e359069192b:

{
    "macros": [
        "NDEBUG=1"
    ],
    "config": {
        "uart_0_fifo_size": {
            "help": "UART0 FIFO buffer. FIFO buffer is filled from DMA buffer.",
            "value": 1024
        },
        "uart_dma_size": {
            "help": "UART DMA buffer. 2 buffers per instance. DMA buffer is filled by UARTE",
            "value": 32
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-flush-at-exit": false,
            "platform.stdio-baud-rate": 115200,
            "platform.stack-stats-enabled": false,
            "platform.heap-stats-enabled": false,
            "platform.cpu-stats-enabled": false,
            "platform.thread-stats-enabled": false,
            "platform.sys-stats-enabled": false
        },
        "NRF52_DK": {
            "target.mbed_app_start": "0x3E000",
            "target.bootloader_img": null,
            "target.OUTPUT_EXT": "bin",
            "target.uart_hwfc": 0,
            "nordic.uart_0_fifo_size": 1024,
            "nordic.uart_dma_size": 32,
            "target.device_has_add": ["LOWPOWERTIMER"],
            "target.macros_add": ["MBED_TICKLESS"],
            "target.components_add": ["FLASHIAP"]
        }
    }
}