Skip to content

Commit e412f20

Browse files
committed
Change stack size of main thread for RZ_A1H
We changed the stack size of main thread for RZ_A1H. We changed "OS_MAINSTKSIZE" from 2048 to 4096. Because stack shortage was found in the automatic test by the CI System .
1 parent 703aee4 commit e412f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// <i> Defines stack size for main thread.
7575
// <i> Default: 200
7676
#ifndef OS_MAINSTKSIZE
77-
#define OS_MAINSTKSIZE 2048
77+
#define OS_MAINSTKSIZE 4096
7878
#endif
7979

8080
#ifndef __MBED_CMSIS_RTOS_CA9

0 commit comments

Comments
 (0)