Skip to content

Commit 81df1e6

Browse files
committed
bare-arm: Disable array module and even bytearray type.
To squeeze few more hundreds of bytes.
1 parent cb78f86 commit 81df1e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bare-arm/mpconfigport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
#define MICROPY_HELPER_REPL (0)
1313
#define MICROPY_HELPER_LEXER_UNIX (0)
1414
#define MICROPY_ENABLE_SOURCE_LINE (0)
15+
#define MICROPY_PY_BUILTINS_BYTEARRAY (0)
1516
#define MICROPY_PY_BUILTINS_FROZENSET (0)
1617
#define MICROPY_PY_BUILTINS_SET (0)
1718
#define MICROPY_PY_BUILTINS_SLICE (0)
1819
#define MICROPY_PY_BUILTINS_PROPERTY (0)
20+
#define MICROPY_PY_ARRAY (0)
1921
#define MICROPY_PY_COLLECTIONS (0)
2022
#define MICROPY_PY_MATH (0)
2123
#define MICROPY_PY_CMATH (0)

0 commit comments

Comments
 (0)