We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe90cc7 commit bcd9d6bCopy full SHA for bcd9d6b
ports/nrf/mpconfigport.mk
@@ -46,7 +46,6 @@ CIRCUITPY_BLE_FILE_SERVICE ?= 1
46
CIRCUITPY_SERIAL_BLE ?= 1
47
48
CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE ?= 1
49
-CIRCUITPY_MEMORYMAP ?= 1
50
51
52
# nRF52840-specific
@@ -58,6 +57,7 @@ MCU_SUB_VARIANT = nrf52840
58
57
59
# Fits on nrf52840 but space is tight on nrf52833.
60
CIRCUITPY_AESIO ?= 1
+CIRCUITPY_MEMORYMAP ?= 1
61
62
CIRCUITPY_RGBMATRIX ?= 1
63
CIRCUITPY_FRAMEBUFFERIO ?= 1
0 commit comments