diff options
| author | Kamil Tomaszewski <kamil.tomaszewski@sony.com> | 2019-10-18 11:12:47 +0200 |
|---|---|---|
| committer | Kamil Tomaszewski <kamil.tomaszewski@sony.com> | 2019-10-18 15:43:06 +0200 |
| commit | e2cb29f2a0ca07c8b8b089675969e11d62cd13ac (patch) | |
| tree | d2e2345ce0e223fb478f221c0de0367d948dec33 /ports | |
| parent | 4338511b28b98d66ad5f03a36a21a45d83a86a90 (diff) | |
Change default stack size to 64kiB for Spresense
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/cxd56/mpconfigport.h | 4 |
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" |
