soc: espressif: Move MAIN_STACK_SIZE to defconfig files
Moves this Kconfig value to be the default in the Kconfig.defconfig files Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9d262d0698
commit
a0d62db81f
6 changed files with 18 additions and 0 deletions
|
@ -14,4 +14,7 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_node_reg_addr_hex,/soc/flash-controller@60002000/flash@0)
|
||||
|
||||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
endif # SOC_SERIES_ESP32C6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue