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 78728dc commit e3101ceCopy full SHA for e3101ce
ports/qemu/boards/SABRELITE/mpconfigboard.mk
@@ -12,6 +12,10 @@ LDSCRIPT = mcu/arm/imx6.ld
12
13
SRC_BOARD_O = shared/runtime/gchelper_generic.o
14
15
+# Use a larger heap than the default so tests run with the native emitter have
16
+# enough memory (because emitted ARM machine code is larger than Thumb2 code).
17
+MICROPY_HEAP_SIZE ?= 163840
18
+
19
# It's really armv7a but closest supported value is armv6.
20
MPY_CROSS_FLAGS += -march=armv6
21
0 commit comments