We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeed82 commit ffdc3f8Copy full SHA for ffdc3f8
atmel-samd/mpconfigport.h
@@ -11,6 +11,9 @@
11
#define MICROPY_QSTR_EXTRA_POOL mp_qstr_frozen_const_pool
12
#define MICROPY_ALLOC_PATH_MAX (256)
13
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
14
+// TODO(tannewt): Reduce this number if we want the REPL to function under 512
15
+// free bytes.
16
+// #define MICROPY_ALLOC_PARSE_RULE_INIT (64)
17
#define MICROPY_EMIT_X64 (0)
18
#define MICROPY_EMIT_THUMB (0)
19
#define MICROPY_EMIT_INLINE_THUMB (0)
0 commit comments