boards/xtensa/esp32s3: increase stack size of buttons defconfig
Some checks failed
Build Documentation / build-html (push) Has been cancelled

This commit is contained in:
Filipe Cavalcanti 2024-12-20 10:31:39 -03:00 committed by archer
parent acd0031362
commit 293a87a5e1

View file

@ -35,6 +35,7 @@ CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_IDLETHREAD_STACKSIZE=3072 CONFIG_IDLETHREAD_STACKSIZE=3072
CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=3072
CONFIG_INPUT=y CONFIG_INPUT=y
CONFIG_INPUT_BUTTONS=y CONFIG_INPUT_BUTTONS=y
CONFIG_INPUT_BUTTONS_LOWER=y CONFIG_INPUT_BUTTONS_LOWER=y