summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Tomaszewski <kamil.tomaszewski@sony.com>2019-10-18 11:12:47 +0200
committerKamil Tomaszewski <kamil.tomaszewski@sony.com>2019-10-18 15:43:06 +0200
commite2cb29f2a0ca07c8b8b089675969e11d62cd13ac (patch)
treed2e2345ce0e223fb478f221c0de0367d948dec33
parent4338511b28b98d66ad5f03a36a21a45d83a86a90 (diff)
Change default stack size to 64kiB for Spresense
-rw-r--r--ports/cxd56/mpconfigport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/cxd56/mpconfigport.h b/ports/cxd56/mpconfigport.h
index 233b7b9a7..91ebfd98f 100644
--- a/ports/cxd56/mpconfigport.h
+++ b/ports/cxd56/mpconfigport.h
@@ -27,8 +27,8 @@
#ifndef __INCLUDED_MPCONFIGPORT_H
#define __INCLUDED_MPCONFIGPORT_H
-// 24kiB stack
-#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
+// 64kiB stack
+#define CIRCUITPY_DEFAULT_STACK_SIZE 0x10000
#include "py/circuitpy_mpconfig.h"