Skip to content

Commit

Permalink
boards: espressif: Update system heap increment
Browse files Browse the repository at this point in the history
Remove the system heap increment based on used parts.

Signed-off-by: Marek Matej <[email protected]>
  • Loading branch information
Marek Matej authored and henrikbrixandersen committed Sep 21, 2024
1 parent a1c4552 commit 5481314
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 35 deletions.
5 changes: 1 addition & 4 deletions boards/espressif/esp32_devkitc_wroom/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions boards/espressif/esp32_devkitc_wrover/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions boards/espressif/esp32_ethernet_kit/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions boards/espressif/esp32c3_devkitc/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions boards/espressif/esp32s2_devkitc/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ config ENTROPY_GENERATOR

config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if WIFI
default 4096
default 8192
1 change: 0 additions & 1 deletion boards/espressif/esp32s2_devkitc/esp32s2_devkitc_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: Apache-2.0


CONFIG_MAIN_STACK_SIZE=2048

CONFIG_CONSOLE=y
Expand Down
3 changes: 1 addition & 2 deletions boards/espressif/esp32s2_saola/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ config ENTROPY_GENERATOR

config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 32768 if WIFI
default 4096
default 8192
3 changes: 0 additions & 3 deletions boards/espressif/esp32s3_devkitc/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions boards/espressif/esp32s3_devkitm/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions boards/espressif/esp8684_devkitm/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 1 addition & 4 deletions boards/espressif/esp_wrover_kit/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5481314

Please sign in to comment.