We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae094 commit 20f4ee8Copy full SHA for 20f4ee8
variants/ARDUINO_NANO33BLE/conf/mbed_app.json
@@ -1,6 +1,7 @@
1
{
2
"macros": [
3
- "NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8"
+ "NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8",
4
+ "NRFX_WDT_ENABLED=1"
5
],
6
"target_overrides": {
7
"*": {
@@ -15,4 +16,4 @@
15
16
"target.mbed_app_start": "0x10000"
17
}
18
-}
19
+}
variants/NICLA/conf/mbed_app.json
@@ -3,7 +3,8 @@
"MBED_HEAP_STATS_ENABLED=1",
"MBED_STACK_STATS_ENABLED=1",
"MBED_MEM_TRACING_ENABLED=1",
8
9
10
@@ -38,4 +39,4 @@
38
39
"target.macros_remove": ["CONFIG_GPIO_AS_PINRESET"]
40
41
42
0 commit comments