Skip to content

Commit

Permalink
[Telink] Increase ISR and CHIP stack sizes to avoid 90%+ usage
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Nov 18, 2024
1 parent 0175c6e commit b01cd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/telink/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ config CHIP_ENABLE_POWER_ON_FACTORY_RESET
config CHIP_TASK_STACK_SIZE
int
default 6192 if SOC_RISCV_TELINK_TL321X
default 4864 if PM
default 5352 if PM
default 8192

config CHIP_USE_MARS_SENSOR
Expand Down
2 changes: 1 addition & 1 deletion config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ config IDLE_STACK_SIZE

config ISR_STACK_SIZE
default 576 if PM
default 512 if SOC_RISCV_TELINK_TL321X
default 528 if SOC_RISCV_TELINK_TL321X

config SYSTEM_WORKQUEUE_STACK_SIZE
default 616 if PM
Expand Down

0 comments on commit b01cd92

Please sign in to comment.