summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorNick Moore <nick@zoic.org>2019-04-09 10:55:15 +1000
committerNick Moore <nick@zoic.org>2019-04-16 14:53:44 +1000
commit531cf7eb4ca8af119c66027d60b6b32ff7b6999d (patch)
treeb21c35242ee90c15b729f2eeb728be6a2d3d2ad9 /ports
parent933500c448c6b88daf6e6691c01eb284017a61f5 (diff)
switch CIRCUITPY_NVM on!
Diffstat (limited to 'ports')
-rw-r--r--ports/nrf/mpconfigport.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk
index fdeb1bbbe..83166708a 100644
--- a/ports/nrf/mpconfigport.mk
+++ b/ports/nrf/mpconfigport.mk
@@ -19,8 +19,8 @@ CIRCUITPY_AUDIOBUSIO = 0
# No I2CSlave implementation
CIRCUITPY_I2CSLAVE = 0
-# nvm not yet implemented
-CIRCUITPY_NVM = 0
+# enable NVM
+CIRCUITPY_NVM = 1
# enable RTC
CIRCUITPY_RTC = 1