Skip to content

Commit ffdc3f8

Browse files
committed
atmel-samd: Note a potential REPL ram savings.
1 parent bbeed82 commit ffdc3f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

atmel-samd/mpconfigport.h

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#define MICROPY_QSTR_EXTRA_POOL mp_qstr_frozen_const_pool
1212
#define MICROPY_ALLOC_PATH_MAX (256)
1313
#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)
1417
#define MICROPY_EMIT_X64 (0)
1518
#define MICROPY_EMIT_THUMB (0)
1619
#define MICROPY_EMIT_INLINE_THUMB (0)

0 commit comments

Comments
 (0)