10000 bare-arm: Disable more stuff to reduce binary size. · lurch/micropython@6cebe24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cebe24

Browse files
committed
bare-arm: Disable more stuff to reduce binary size.
1 parent 107c9fb commit 6cebe24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bare-arm/mpconfigport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
#define MICROPY_ENABLE_REPL_HELPERS (0)
1212
#define MICROPY_ENABLE_LEXER_UNIX (0)
1313
#define MICROPY_ENABLE_SOURCE_LINE (0)
14+
#define MICROPY_ENABLE_MOD_COLLECTIONS (0)
15+
#define MICROPY_ENABLE_MOD_MATH (0)
16+
#define MICROPY_ENABLE_MOD_CMATH (0)
1417
#define MICROPY_ENABLE_MOD_IO (0)
1518
#define MICROPY_ENABLE_MOD_STRUCT (0)
1619
#define MICROPY_ENABLE_MOD_SYS (0)
20+
#define MICROPY_ENABLE_PROPERTY (0)
1721
#define MICROPY_CPYTHON_COMPAT (0)
1822
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
1923
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)

0 commit comments

Comments
 (0)
0