mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +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:
@@ -37,7 +37,7 @@
|
||||
|
||||
// Python internal features
|
||||
#define MICROPY_ENABLE_EXTERNAL_IMPORT (0)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
|
||||
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NONE)
|
||||
#define MICROPY_CPYTHON_COMPAT (0)
|
||||
#define MICROPY_MODULE_GETATTR (0)
|
||||
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
|
||||
|
||||
Reference in New Issue
Block a user