Skip to content

Commit 3f0cf90

Browse files
committed
nrf: simmel: enable wdt support
This enables WDT support for Simmel. Other platforms cannot yet use WDT because it overflows their flash storage. Enable CIRCUITPY_WDT support for the nrf target. Signed-off-by: Sean Cross <[email protected]>
1 parent ea0388b commit 3f0cf90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/nrf/boards/simmel/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CIRCUITPY_ROTARYIO = 0
2424
CIRCUITPY_RTC = 1
2525
CIRCUITPY_TOUCHIO = 0
2626
CIRCUITPY_ULAB = 0
27+
CIRCUITPY_WDT = 1
2728

2829
# Enable micropython.native
2930
#CIRCUITPY_ENABLE_MPY_NATIVE = 1

0 commit comments

Comments
 (0)