Skip to content

Commit

Permalink
ARC: increase stacks sizes
Browse files Browse the repository at this point in the history
Increase stacks sizes to make them fit to MWDT requirements

Signed-off-by: Nikolay Agishev <[email protected]>
  • Loading branch information
Nikolay Agishev committed Jan 10, 2024
1 parent 52deadd commit 82a2d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ endmenu

config MAIN_STACK_SIZE
default 4096 if 64BIT
default 768 if !64BIT && "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "arcmwdt"

config ISR_STACK_SIZE
default 4096 if 64BIT
Expand Down

0 comments on commit 82a2d35

Please sign in to comment.