We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bc886 commit d5de9eeCopy full SHA for d5de9ee
ports/rp2/boards/SPARKFUN_PROMICRO_RP2350/mpconfigboard.h
@@ -24,3 +24,5 @@
24
25
#define MICROPY_HW_PSRAM_CS_PIN (19)
26
#define MICROPY_HW_ENABLE_PSRAM (1)
27
+#define MICROPY_GC_SPLIT_HEAP (1)
28
+#define MICROPY_ALLOC_GC_STACK_SIZE (1024)
ports/rp2/boards/SPARKFUN_THINGPLUS_RP2350/mpconfigboard.h
@@ -33,5 +33,7 @@
33
34
#define MICROPY_HW_PSRAM_CS_PIN (8)
35
36
37
38
39
#include "enable_cyw43.h"
0 commit comments