boards: espressif: Update system heap increment

Remove the system heap increment based on used parts.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
This commit is contained in:
Marek Matej 2024-09-02 14:39:09 +02:00 committed by Henrik Brix Andersen
commit 548131476e
11 changed files with 8 additions and 35 deletions

View file

@ -7,10 +7,7 @@ if BOARD_ESP32_DEVKITC_WROOM_ESP32_PROCPU
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192
endif # BOARD_ESP32_DEVKITC_WROOM_ESP32_PROCPU

View file

@ -5,10 +5,7 @@ if BOARD_ESP32_DEVKITC_WROVER_ESP32_PROCPU
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192
endif # BOARD_ESP32_DEVKITC_WROVER_ESP32_PROCPU

View file

@ -14,10 +14,7 @@ endchoice
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192
endif # BOARD_ESP32_ETHERNET_KIT_ESP32_PROCPU

View file

@ -5,7 +5,4 @@
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192

View file

@ -8,5 +8,4 @@ config ENTROPY_GENERATOR
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if WIFI
default 4096
default 8192

View file

@ -1,6 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CONSOLE=y

View file

@ -8,5 +8,4 @@ config ENTROPY_GENERATOR
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if WIFI
default 4096
default 8192

View file

@ -7,9 +7,6 @@ if BOARD_ESP32S3_DEVKITC_ESP32S3_PROCPU
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
endif # BOARD_ESP32S3_DEVKITC_ESP32S3_PROCPU

View file

@ -7,9 +7,6 @@ if BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
endif # BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU

View file

@ -5,7 +5,4 @@
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192

View file

@ -7,10 +7,7 @@ if BOARD_ESP_WROVER_KIT_ESP32_PROCPU
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096
default 8192
config DISK_DRIVER_SDMMC
default y