1# ESP32C3 core board configuration
2
3# Copyright (c) 2023 YuLong Yao<feilongphone@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config HEAP_MEM_POOL_ADD_SIZE_BOARD
7 int
8 default $(UINT16_MAX) if WIFI && BT
9 default 51200 if WIFI
10 default 40960 if BT
11 default 4096
12