blob: fccfb36845b2b3f4c4d4624752fdc8f9e43a74b9 [file] [log] [blame]
# ESP32C6 devkitc board configuration
# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 65535 if WIFI && BT
default 51200 if WIFI
default 40960 if BT
default 4096