init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Committer:
pathfindr
Date:
Tue Jun 25 10:40:03 2019 +0000
Revision:
54:2840f2d50734
Parent:
52:bd7678eade77
Child:
57:066dfbe8b4b9
latest

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 34:4493c9f6d707 17 "platform.stdio-flush-at-exit": false,
pathfindr 34:4493c9f6d707 18 "platform.stdio-baud-rate": 115200,
pathfindr 34:4493c9f6d707 19 "platform.stack-stats-enabled": false,
pathfindr 34:4493c9f6d707 20 "platform.heap-stats-enabled": false,
pathfindr 34:4493c9f6d707 21 "platform.cpu-stats-enabled": false,
pathfindr 34:4493c9f6d707 22 "platform.thread-stats-enabled": false,
pathfindr 34:4493c9f6d707 23 "platform.sys-stats-enabled": false
pathfindr 4:8d8e9bfa82e4 24 },
pathfindr 0:94b743e06998 25 "NRF52_DK": {
pathfindr 54:2840f2d50734 26 "target.mbed_app_start": "0x3E000",
pathfindr 54:2840f2d50734 27 "target.bootloader_img": null,
pathfindr 0:94b743e06998 28 "target.OUTPUT_EXT": "bin",
pathfindr 0:94b743e06998 29 "target.uart_hwfc": 0,
pathfindr 12:8345612bf867 30 "nordic.uart_0_fifo_size": 1024,
pathfindr 12:8345612bf867 31 "nordic.uart_dma_size": 32,
pathfindr 0:94b743e06998 32 "target.device_has_add": ["LOWPOWERTIMER"],
pathfindr 6:388d3c7efdd9 33 "target.macros_add": ["MBED_TICKLESS"],
pathfindr 14:9a54b1b65bc8 34 "target.components_add": ["FLASHIAP"]
pathfindr 0:94b743e06998 35 }
pathfindr 0:94b743e06998 36 }
pathfindr 0:94b743e06998 37 }