init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
12:8345612bf867
Parent:
11:60eb0ff945f2
Child:
14:9a54b1b65bc8
--- a/mbed_app.json	Sat Dec 15 20:09:19 2018 +0000
+++ b/mbed_app.json	Sun Dec 16 01:06:14 2018 +0000
@@ -2,6 +2,16 @@
     "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
@@ -9,6 +19,8 @@
         "NRF52_DK": {
             "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": ["SD"],