We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49ddb9 commit f917f06Copy full SHA for f917f06
bare-arm/mpconfigport.h
@@ -12,6 +12,9 @@
12
#define MICROPY_HELPER_REPL (0)
13
#define MICROPY_HELPER_LEXER_UNIX (0)
14
#define MICROPY_ENABLE_SOURCE_LINE (0)
15
+#define MICROPY_PY_BUILTINS_FROZENSET (0)
16
+#define MICROPY_PY_BUILTINS_SET (0)
17
+#define MICROPY_PY_BUILTINS_SLICE (0)
18
#define MICROPY_PY_BUILTINS_PROPERTY (0)
19
#define MICROPY_PY_COLLECTIONS (0)
20
#define MICROPY_PY_MATH (0)
0 commit comments