mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
minimal: Tune parser chunk allocation policy for very small heap.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#define MICROPY_QSTR_BYTES_IN_HASH (1)
|
||||
#define MICROPY_ALLOC_PATH_MAX (256)
|
||||
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
|
||||
#define MICROPY_EMIT_X64 (0)
|
||||
#define MICROPY_EMIT_THUMB (0)
|
||||
#define MICROPY_EMIT_INLINE_THUMB (0)
|
||||
|
||||
Reference in New Issue
Block a user