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 <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-05-20 20:10:11 +08:00
parent abd01c5fbb
commit fbe1c05832

View File

@ -24,6 +24,7 @@ CIRCUITPY_ROTARYIO = 0
CIRCUITPY_RTC = 1
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_ULAB = 0
CIRCUITPY_WDT = 1
# Enable micropython.native
#CIRCUITPY_ENABLE_MPY_NATIVE = 1