init

Dependencies:   aconno_I2C Lis2dh12 WatchdogTimer

Revision:
6:388d3c7efdd9
Parent:
4:8d8e9bfa82e4
Child:
11:60eb0ff945f2
--- a/mbed_app.json	Mon Nov 12 10:56:23 2018 +0000
+++ b/mbed_app.json	Wed Nov 14 16:08:28 2018 +0000
@@ -10,7 +10,12 @@
             "target.OUTPUT_EXT": "bin",
             "target.uart_hwfc": 0,
             "target.device_has_add": ["LOWPOWERTIMER"],
-            "target.macros_add": ["MBED_TICKLESS"]
+            "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"
         }
     }
 }
\ No newline at end of file