1 parent 933500c commit 531cf7eCopy full SHA for 531cf7e
1 file changed
ports/nrf/mpconfigport.mk
@@ -19,8 +19,8 @@ CIRCUITPY_AUDIOBUSIO = 0
19
# No I2CSlave implementation
20
CIRCUITPY_I2CSLAVE = 0
21
22
-# nvm not yet implemented
23
-CIRCUITPY_NVM = 0
+# enable NVM
+CIRCUITPY_NVM = 1
24
25
# enable RTC
26
CIRCUITPY_RTC = 1
0 commit comments