zephyr/boards/heltec/heltec_wifi_lora32_v2/Kconfig
Sylvio Alves 9403b08512 boards: esp32: move board specific kconfig definitions
HEAP_MEM_POOL_ADD_SIZE_BOARD is not a zephyr-defined entry and
should be placed into Kconfig instead of Kconfig.defconfig.

This PR moves that entry for all ESP32-based boards accordingly.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2024-10-04 22:53:01 +01:00

8 lines
255 B
Plaintext

# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 4096 if BOARD_HELTEC_WIFI_LORA32_V2_ESP32_PROCPU
default 256 if BOARD_HELTEC_WIFI_LORA32_V2_ESP32_APPCPU