soc: xtensa: esp32s2/s3: remove HEAP_MEM_POOL_ADD_SIZE_SOC
There is no need for this config here and it is messing with total sys heap calculation. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
2312897055
commit
ff62faac07
2 changed files with 0 additions and 6 deletions
|
@ -18,9 +18,6 @@ config MP_MAX_NUM_CPUS
|
|||
config ISR_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
config HEAP_MEM_POOL_ADD_SIZE_SOC
|
||||
def_int 32768
|
||||
|
||||
config ESPTOOLPY_FLASHFREQ_80M
|
||||
default y
|
||||
|
||||
|
|
|
@ -6,9 +6,6 @@ if SOC_SERIES_ESP32S3
|
|||
config SOC_SERIES
|
||||
default "esp32s3"
|
||||
|
||||
config HEAP_MEM_POOL_ADD_SIZE_SOC
|
||||
def_int 32768
|
||||
|
||||
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
|
||||
default n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue