boards/xtensa/esp32s3: increase stack size of buttons defconfig
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Some checks failed
Build Documentation / build-html (push) Has been cancelled
This commit is contained in:
parent
acd0031362
commit
293a87a5e1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue