mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 13:16:33 +00: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:
parent
a1cb41fa9a
commit
f34a6e43db
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ CONFIG_IDLETHREAD_STACKSIZE=3072
|
|||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INIT_STACKSIZE=3072
|
||||
CONFIG_INTELHEX_BINARY=y
|
||||
CONFIG_INTERPRETER_CPYTHON=y
|
||||
CONFIG_INTERPRETERS_CPYTHON=y
|
||||
CONFIG_IOB_BUFSIZE=400
|
||||
CONFIG_IOB_NBUFFERS=100
|
||||
CONFIG_IOB_NCHAINS=32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue