The heap and stack are now consistent with other ESP32-C3 boards in tree. This is necessary for Bluetooth to not crash on boot. Signed-off-by: Xudong Zheng <7pkvm5aw@slicealias.com>
8 lines
172 B
Text
8 lines
172 B
Text
# ESP32C3 supermini board configuration
|
|
|
|
# Copyright (c) 2024 Arrel Neumiller
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HEAP_MEM_POOL_ADD_SIZE_BOARD
|
|
int
|
|
default 4096
|