We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ac299 commit 05037ccCopy full SHA for 05037cc
ports/rp2/mpconfigport.h
@@ -92,7 +92,7 @@
92
#define MICROPY_GC_STACK_ENTRY_TYPE uint16_t
93
#endif
94
#ifndef MICROPY_GC_SPLIT_HEAP
95
-#define MICROPY_GC_SPLIT_HEAP (0) // whether PSRAM is added to or replaces the heap
+#define MICROPY_GC_SPLIT_HEAP MICROPY_HW_ENABLE_PSRAM // whether PSRAM is added to or replaces the heap
96
97
#define MICROPY_ALLOC_PATH_MAX (128)
98
#define MICROPY_QSTR_BYTES_IN_HASH (1)
0 commit comments