Change default stack size to 64kiB for Spresense
This commit is contained in:
parent
4338511b28
commit
e2cb29f2a0
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user