mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
boards/esp32s3-devkit: Align naming of configuration options
Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` to be consistent with other interpreters. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ CONFIG_IDLETHREAD_STACKSIZE=3072
|
|||||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||||
CONFIG_INIT_STACKSIZE=3072
|
CONFIG_INIT_STACKSIZE=3072
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
CONFIG_INTERPRETER_CPYTHON=y
|
CONFIG_INTERPRETERS_CPYTHON=y
|
||||||
CONFIG_IOB_BUFSIZE=400
|
CONFIG_IOB_BUFSIZE=400
|
||||||
CONFIG_IOB_NBUFFERS=100
|
CONFIG_IOB_NBUFFERS=100
|
||||||
CONFIG_IOB_NCHAINS=32
|
CONFIG_IOB_NCHAINS=32
|
||||||
|
|||||||
Reference in New Issue
Block a user