Skip to content

Commit

Permalink
soc: xtensa: esp32s2/s3: remove HEAP_MEM_POOL_ADD_SIZE_SOC
Browse files Browse the repository at this point in the history
There is no need for this config here and it is messing
with total sys heap calculation.

Signed-off-by: Lucas Tamborrino <[email protected]>
  • Loading branch information
LucasTambor authored and jhedberg committed Dec 27, 2023
1 parent 2312897 commit ff62faa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions soc/xtensa/espressif_esp32/esp32s2/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions soc/xtensa/espressif_esp32/esp32s3/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff62faa

Please sign in to comment.