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
|
@ -12,6 +12,9 @@ config FLASH_BASE_ADDRESS
|
|||
config BOOTLOADER_MCUBOOT
|
||||
default y if SOC_ESP32_APPCPU
|
||||
|
||||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
if SMP
|
||||
|
||||
config SCHED_IPI_SUPPORTED
|
||||
|
|
|
@ -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_ESP32C2
|
||||
|
|
|
@ -12,4 +12,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_ESP32C3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,4 +9,7 @@ config FLASH_SIZE
|
|||
config FLASH_BASE_ADDRESS
|
||||
default $(dt_node_reg_addr_hex,/soc/flash-controller@3f402000/flash@0)
|
||||
|
||||
config MAIN_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
endif # SOC_SERIES_ESP32S2
|
||||
|
|
|
@ -12,4 +12,7 @@ config FLASH_BASE_ADDRESS
|
|||
config BOOTLOADER_MCUBOOT
|
||||
default y if SOC_ESP32S3_APPCPU
|
||||
|
||||
config MAIN_STACK_SIZE
|
||||
default 4096
|
||||
|
||||
endif # SOC_SERIES_ESP32S3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue