Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: esp32c3_supermini: increase board heap and stack #83514

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/others/esp32c3_supermini/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

config HEAP_MEM_POOL_ADD_SIZE_BOARD
int
default 2048
default 4096
2 changes: 2 additions & 0 deletions boards/others/esp32c3_supermini/esp32c3_supermini_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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
Expand Down
Loading