Skip to content

Commit bcd9d6b

Browse files
committed
Add memorymap to nrf52840 devices only
1 parent fe90cc7 commit bcd9d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ CIRCUITPY_BLE_FILE_SERVICE ?= 1
4646
CIRCUITPY_SERIAL_BLE ?= 1
4747

4848
CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE ?= 1
49-
CIRCUITPY_MEMORYMAP ?= 1
5049

5150

5251
# nRF52840-specific
@@ -58,6 +57,7 @@ MCU_SUB_VARIANT = nrf52840
5857

5958
# Fits on nrf52840 but space is tight on nrf52833.
6059
CIRCUITPY_AESIO ?= 1
60+
CIRCUITPY_MEMORYMAP ?= 1
6161

6262
CIRCUITPY_RGBMATRIX ?= 1
6363
CIRCUITPY_FRAMEBUFFERIO ?= 1

0 commit comments

Comments
 (0)