We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfa2581 + 498fec6 commit 2029c4eCopy full SHA for 2029c4e
ports/atmel-samd/mpconfigport.h
@@ -340,6 +340,6 @@ void run_background_tasks(void);
340
341
// TODO(tannewt): Make this 6k+ for any non-express M4 boards because they cache sectors on the
342
// stack.
343
-#define CIRCUITPY_DEFAULT_STACK_SIZE 2048
+#define CIRCUITPY_DEFAULT_STACK_SIZE 4096
344
345
#endif // __INCLUDED_MPCONFIGPORT_H
ports/nrf/mpconfigport.h
@@ -242,6 +242,6 @@ void run_background_tasks(void);
242
#define MICROPY_VM_HOOK_RETURN run_background_tasks();
243
244
//#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"
245
246
247
#endif
0 commit comments