qemu/boards/SABRELITE: Increase MicroPython heap to 160k.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -12,6 +12,10 @@ LDSCRIPT = mcu/arm/imx6.ld
|
|||||||
|
|
||||||
SRC_BOARD_O = shared/runtime/gchelper_generic.o
|
SRC_BOARD_O = shared/runtime/gchelper_generic.o
|
||||||
|
|
||||||
|
# Use a larger heap than the default so tests run with the native emitter have
|
||||||
|
# enough memory (because emitted ARM machine code is larger than Thumb2 code).
|
||||||
|
MICROPY_HEAP_SIZE ?= 163840
|
||||||
|
|
||||||
# It's really armv7a but closest supported value is armv6.
|
# It's really armv7a but closest supported value is armv6.
|
||||||
MPY_CROSS_FLAGS += -march=armv6
|
MPY_CROSS_FLAGS += -march=armv6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user