diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-09-22 18:23:27 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-09-22 18:23:27 -0700 |
| commit | ffdc3f81dfcb56093f51a01695335e26dd5ee4a6 (patch) | |
| tree | 180c61b43f434471c846a5d2a993adc7591b7840 | |
| parent | bbeed82378b417dc92507985286ce3a10c8e7036 (diff) | |
atmel-samd: Note a potential REPL ram savings.
| -rw-r--r-- | atmel-samd/mpconfigport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index f14b089c3..cbd514645 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -11,6 +11,9 @@ #define MICROPY_QSTR_EXTRA_POOL mp_qstr_frozen_const_pool #define MICROPY_ALLOC_PATH_MAX (256) #define MICROPY_ALLOC_PARSE_CHUNK_INIT (16) +// TODO(tannewt): Reduce this number if we want the REPL to function under 512 +// free bytes. +// #define MICROPY_ALLOC_PARSE_RULE_INIT (64) #define MICROPY_EMIT_X64 (0) #define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0) |
