init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Committer:
pathfindr
Date:
Mon Dec 17 19:17:39 2018 +0000
Revision:
15:7aad9a7f970c
Parent:
14:9a54b1b65bc8
Child:
34:4493c9f6d707
6

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pathfindr 0:94b743e06998 1 {
pathfindr 2:fd554f01abdf 2 "macros": [
pathfindr 2:fd554f01abdf 3 "NDEBUG=1"
pathfindr 2:fd554f01abdf 4 ],
pathfindr 12:8345612bf867 5 "config": {
pathfindr 12:8345612bf867 6 "uart_0_fifo_size": {
pathfindr 12:8345612bf867 7 "help": "UART0 FIFO buffer. FIFO buffer is filled from DMA buffer.",
pathfindr 12:8345612bf867 8 "value": 1024
pathfindr 12:8345612bf867 9 },
pathfindr 12:8345612bf867 10 "uart_dma_size": {
pathfindr 12:8345612bf867 11 "help": "UART DMA buffer. 2 buffers per instance. DMA buffer is filled by UARTE",
pathfindr 12:8345612bf867 12 "value": 32
pathfindr 12:8345612bf867 13 }
pathfindr 12:8345612bf867 14 },
pathfindr 0:94b743e06998 15 "target_overrides": {
pathfindr 4:8d8e9bfa82e4 16 "*": {
pathfindr 4:8d8e9bfa82e4 17 "platform.stdio-flush-at-exit": false
pathfindr 4:8d8e9bfa82e4 18 },
pathfindr 0:94b743e06998 19 "NRF52_DK": {
pathfindr 0:94b743e06998 20 "target.OUTPUT_EXT": "bin",
pathfindr 0:94b743e06998 21 "target.uart_hwfc": 0,
pathfindr 12:8345612bf867 22 "nordic.uart_0_fifo_size": 1024,
pathfindr 12:8345612bf867 23 "nordic.uart_dma_size": 32,
pathfindr 0:94b743e06998 24 "target.device_has_add": ["LOWPOWERTIMER"],
pathfindr 6:388d3c7efdd9 25 "target.macros_add": ["MBED_TICKLESS"],
pathfindr 14:9a54b1b65bc8 26 "target.components_add": ["FLASHIAP"]
pathfindr 0:94b743e06998 27 }
pathfindr 0:94b743e06998 28 }
pathfindr 0:94b743e06998 29 }