Skip to content

Commit

Permalink
boards: esp32c3_supermini: increase board heap and stack
Browse files Browse the repository at this point in the history
The heap and stack are now consistent with other ESP32-C3 boards in
tree. This is necessary for Bluetooth to not crash on boot.

(cherry picked from commit 2a04aba)

Original-Signed-off-by: Xudong Zheng <7pkvm5aw@slicealias.com>
GitOrigin-RevId: 2a04aba
Cr-Build-Id: 8726362737952124785
Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8726362737952124785
Copybot-Job-Name: zephyr-main-copybot-downstream
Change-Id: Id0d30878f8878ae34182010d5572890eac8832c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6154245
Commit-Queue: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Bot-Commit: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
  • Loading branch information
Xudong Zheng authored and Chromeos LUCI committed Jan 8, 2025
1 parent f254c77 commit 3f177f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 3f177f1

Please sign in to comment.