Skip to content

Commit 20f4ee8

Browse files
committed
Enable WDT on Nano 33 Ble and Nicla Sense
1 parent c0ae094 commit 20f4ee8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

variants/ARDUINO_NANO33BLE/conf/mbed_app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"macros": [
3-
"NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8"
3+
"NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8",
4+
"NRFX_WDT_ENABLED=1"
45
],
56
"target_overrides": {
67
"*": {
@@ -15,4 +16,4 @@
1516
"target.mbed_app_start": "0x10000"
1617
}
1718
}
18-
}
19+
}

variants/NICLA/conf/mbed_app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"MBED_HEAP_STATS_ENABLED=1",
44
"MBED_STACK_STATS_ENABLED=1",
55
"MBED_MEM_TRACING_ENABLED=1",
6-
"NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8"
6+
"NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8",
7+
"NRFX_WDT_ENABLED=1"
78
],
89
"target_overrides": {
910
"*": {
@@ -38,4 +39,4 @@
3839
"target.macros_remove": ["CONFIG_GPIO_AS_PINRESET"]
3940
}
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)