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>
9 lines
174 B
Text
9 lines
174 B
Text
# Copyright (c) 2024 Arrel Neumiller
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_GPIO=y
|