diff options
| author | Sean Cross <sean@xobs.io> | 2020-05-20 20:10:11 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-05-27 11:28:48 +0800 |
| commit | fbe1c05832b2924efee9bd650e5c0c118b5846c8 (patch) | |
| tree | 5bb93f51aad424b4f0da43de786c320e75cce900 /ports | |
| parent | abd01c5fbb3005fd30e41407c8f8b9d0dad5ef55 (diff) | |
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>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/nrf/boards/simmel/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/boards/simmel/mpconfigboard.mk b/ports/nrf/boards/simmel/mpconfigboard.mk index 36a6fadda..64ccccc2b 100644 --- a/ports/nrf/boards/simmel/mpconfigboard.mk +++ b/ports/nrf/boards/simmel/mpconfigboard.mk @@ -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 |
