Add memorymap to nrf52840 devices only
This commit is contained in:
parent
fe90cc759a
commit
bcd9d6bacc
@ -46,7 +46,6 @@ CIRCUITPY_BLE_FILE_SERVICE ?= 1
|
|||||||
CIRCUITPY_SERIAL_BLE ?= 1
|
CIRCUITPY_SERIAL_BLE ?= 1
|
||||||
|
|
||||||
CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE ?= 1
|
CIRCUITPY_COMPUTED_GOTO_SAVE_SPACE ?= 1
|
||||||
CIRCUITPY_MEMORYMAP ?= 1
|
|
||||||
|
|
||||||
|
|
||||||
# nRF52840-specific
|
# nRF52840-specific
|
||||||
@ -58,6 +57,7 @@ MCU_SUB_VARIANT = nrf52840
|
|||||||
|
|
||||||
# Fits on nrf52840 but space is tight on nrf52833.
|
# Fits on nrf52840 but space is tight on nrf52833.
|
||||||
CIRCUITPY_AESIO ?= 1
|
CIRCUITPY_AESIO ?= 1
|
||||||
|
CIRCUITPY_MEMORYMAP ?= 1
|
||||||
|
|
||||||
CIRCUITPY_RGBMATRIX ?= 1
|
CIRCUITPY_RGBMATRIX ?= 1
|
||||||
CIRCUITPY_FRAMEBUFFERIO ?= 1
|
CIRCUITPY_FRAMEBUFFERIO ?= 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user