We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2024d5b commit be7e81cCopy full SHA for be7e81c
ports/rp2/mpconfigport.h
@@ -82,7 +82,7 @@
82
#define MICROPY_GC_STACK_ENTRY_TYPE uint16_t
83
#endif
84
#ifndef MICROPY_GC_SPLIT_HEAP
85
-#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
86
87
#define MICROPY_ALLOC_PATH_MAX (128)
88
#define MICROPY_QSTR_BYTES_IN_HASH (1)
0 commit comments