forked from yystopf/xiuos
update stack size and heap size
This commit is contained in:
parent
293fd9fea9
commit
446c3746a6
|
@ -17,8 +17,8 @@
|
|||
#undef FSP_NOT_DEFINED
|
||||
#define BSP_CFG_MCU_VCC_MV (3300)
|
||||
#define BSP_CFG_S_STACK_MAIN_BYTES (0x200)
|
||||
#define BSP_CFG_STACK_MAIN_BYTES (0x100000)
|
||||
#define BSP_CFG_HEAP_BYTES (0x2800000)
|
||||
#define BSP_CFG_STACK_MAIN_BYTES (2048000)
|
||||
#define BSP_CFG_HEAP_BYTES (20480000)
|
||||
#define BSP_CFG_PARAM_CHECKING_ENABLE (0)
|
||||
#define BSP_CFG_ASSERT (0)
|
||||
#define BSP_CFG_ERROR_LOG (0)
|
||||
|
|
Loading…
Reference in New Issue