This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 293a87a5e1cd7ea59c25a6c73d7440593e4dfe16 Author: Filipe Cavalcanti <filipe.cavalca...@espressif.com> AuthorDate: Fri Dec 20 10:31:39 2024 -0300 boards/xtensa/esp32s3: increase stack size of buttons defconfig --- boards/xtensa/esp32s3/esp32s3-devkit/configs/buttons/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/buttons/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/buttons/defconfig index 74498384aa..5d50c10d37 100644 --- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/buttons/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/buttons/defconfig @@ -35,6 +35,7 @@ CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y CONFIG_IDLETHREAD_STACKSIZE=3072 CONFIG_INIT_ENTRYPOINT="nsh_main" +CONFIG_INIT_STACKSIZE=3072 CONFIG_INPUT=y CONFIG_INPUT_BUTTONS=y CONFIG_INPUT_BUTTONS_LOWER=y