soc: infineon: update default IDLE_STACK_SIZE for PM
Update default IDLE_STACK_SIZE to 1024 for PM Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
This commit is contained in:
parent
66e0bcc117
commit
e2af9e38e3
5 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config IDLE_STACK_SIZE
|
||||
default 1024 if PM
|
||||
|
||||
# add additional die specific params
|
||||
|
||||
endif # SOC_DIE_PSOC6_01
|
||||
|
|
|
@ -19,6 +19,9 @@ config BUILD_OUTPUT_HEX
|
|||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config IDLE_STACK_SIZE
|
||||
default 1024 if PM
|
||||
|
||||
# add additional die specific params
|
||||
|
||||
endif # SOC_DIE_PSOC6_02
|
||||
|
|
|
@ -16,6 +16,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config IDLE_STACK_SIZE
|
||||
default 1024 if PM
|
||||
|
||||
# add additional die specific params
|
||||
|
||||
endif # SOC_DIE_PSOC6_03
|
||||
|
|
|
@ -16,6 +16,9 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config IDLE_STACK_SIZE
|
||||
default 1024 if PM
|
||||
|
||||
# add additional die specific params
|
||||
|
||||
endif # SOC_DIE_PSOC6_04
|
||||
|
|
|
@ -25,6 +25,9 @@ config BUILD_OUTPUT_ADJUST_LMA
|
|||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config IDLE_STACK_SIZE
|
||||
default 1024 if PM
|
||||
|
||||
# add additional die specific params
|
||||
|
||||
endif # SOC_DIE_CYW20829
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue