8000 Merge pull request #7014 from jepler/restore-nvm-module · adafruit/circuitpython@fc549fe · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc549fe

Browse files
authored
Merge pull request #7014 from jepler/restore-nvm-module
restore nvm module
2 parents 858a1ff + 78b278e commit fc549fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ports/atmel-samd/boards/arduino_zero/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ CIRCUITPY_BUILD_EXTENSIONS = bin,uf2
1111
INTERNAL_FLASH_FILESYSTEM = 1
1212
LONGINT_IMPL = NONE
1313
CIRCUITPY_FULL_BUILD = 0
14+
15+
CIRCUITPY_RAINBOWIO = 0

shared-bindings/nvm/__init__.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ const mp_obj_module_t nvm_module = {
5050
.base = { &mp_type_module },
5151
.globals = (mp_obj_dict_t *)&nvm_module_globals,
5252
};
53+
54+
MP_REGISTER_MODULE(MP_QSTR_nvm, nvm_module, CIRCUITPY_NVM);

0 commit comments

Comments
 (0)
0