10000
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 107c9fb commit 6cebe24Copy full SHA for 6cebe24
bare-arm/mpconfigport.h
@@ -11,9 +11,13 @@
11
#define MICROPY_ENABLE_REPL_HELPERS (0)
12
#define MICROPY_ENABLE_LEXER_UNIX (0)
13
#define MICROPY_ENABLE_SOURCE_LINE (0)
+#define MICROPY_ENABLE_MOD_COLLECTIONS (0)
15
+#define MICROPY_ENABLE_MOD_MATH (0)
16
+#define MICROPY_ENABLE_MOD_CMATH (0)
14
17
#define MICROPY_ENABLE_MOD_IO (0)
18
#define MICROPY_ENABLE_MOD_STRUCT (0)
19
#define MICROPY_ENABLE_MOD_SYS (0)
20
+#define MICROPY_ENABLE_PROPERTY (0)
21
#define MICROPY_CPYTHON_COMPAT (0)
22
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
23
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
0 commit comments