Skip to content

Commit 1cb3f0e

Browse files
committed
increase stack size for 6 series to 0x1000, 4 series to 0x800
1 parent fbaa148 commit 1cb3f0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

hw/bsp/ra/boards/ra4m1_ek/fsp_cfg/bsp/bsp_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define BSP_CFG_BOOT_IMAGE (1)
1313
#endif
1414
#define BSP_CFG_MCU_VCC_MV (3300)
15-
#define BSP_CFG_STACK_MAIN_BYTES (0x400)
15+
#define BSP_CFG_STACK_MAIN_BYTES (0x800)
1616
#define BSP_CFG_HEAP_BYTES (0x1000)
1717
#define BSP_CFG_PARAM_CHECKING_ENABLE (1)
1818
#define BSP_CFG_ASSERT (0)

hw/bsp/ra/boards/ra4m3_ek/fsp_cfg/bsp/bsp_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ extern "C" {
2727
#define BSP_CFG_BOOT_IMAGE (1)
2828
#endif
2929
#define BSP_CFG_MCU_VCC_MV (3300)
30-
#define BSP_CFG_STACK_MAIN_BYTES (0x400)
31-
#define BSP_CFG_HEAP_BYTES (0x400)
30+
#define BSP_CFG_STACK_MAIN_BYTES (0x800)
31+
#define BSP_CFG_HEAP_BYTES (0x800)
3232
#define BSP_CFG_PARAM_CHECKING_ENABLE (1)
3333
#define BSP_CFG_ASSERT (0)
3434
#define BSP_CFG_ERROR_LOG (0)

hw/bsp/ra/boards/ra6m1_ek/fsp_cfg/bsp/bsp_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
#endif
3232

3333
#define BSP_CFG_MCU_VCC_MV (3300)
34-
#define BSP_CFG_STACK_MAIN_BYTES (0x400)
34+
#define BSP_CFG_STACK_MAIN_BYTES (0x1000)
3535
#define BSP_CFG_HEAP_BYTES (0x1000)
3636
#define BSP_CFG_PARAM_CHECKING_ENABLE (1)
3737
#define BSP_CFG_ASSERT (0)

hw/bsp/ra/boards/ra6m5_ek/fsp_cfg/bsp/bsp_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#define BSP_CFG_BOOT_IMAGE (1)
2828
#endif
2929
#define BSP_CFG_MCU_VCC_MV (3300)
30-
#define BSP_CFG_STACK_MAIN_BYTES (0x400)
30+
#define BSP_CFG_STACK_MAIN_BYTES (0x1000)
3131
#define BSP_CFG_HEAP_BYTES (0x1000)
3232
#define BSP_CFG_PARAM_CHECKING_ENABLE (1)
3333
#define BSP_CFG_ASSERT (0)

0 commit comments

Comments
 (0)