Skip to content

Commit e2cb29f

Browse files
committed
Change default stack size to 64kiB for Spresense
1 parent 4338511 commit e2cb29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/cxd56/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#ifndef __INCLUDED_MPCONFIGPORT_H
2828
#define __INCLUDED_MPCONFIGPORT_H
2929

30-
// 24kiB stack
31-
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
30+
// 64kiB stack
31+
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x10000
3232

3333
#include "py/circuitpy_mpconfig.h"
3434

0 commit comments

Comments
 (0)