mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.
Reduces size of this port by about 3300 bytes, and demonstrates how to use this feature. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -5,7 +5,7 @@ include ../../py/mkenv.mk
|
||||
include $(TOP)/py/py.mk
|
||||
|
||||
# Set makefile-level MicroPython feature configurations.
|
||||
MICROPY_ROM_TEXT_COMPRESSION ?= 1
|
||||
MICROPY_ROM_TEXT_COMPRESSION ?= 0
|
||||
|
||||
# Define toolchain and other tools.
|
||||
CROSS_COMPILE ?= arm-none-eabi-
|
||||
|
||||
Reference in New Issue
Block a user