mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
boards/sim: 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
4e9ab20b6a
commit
042f7bf116
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
||||
# modifications.
|
||||
#
|
||||
# CONFIG_INTERPRETER_LUA_32BIT is not set
|
||||
# CONFIG_INTERPRETERS_LUA_32BIT is not set
|
||||
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
|
||||
CONFIG_ARCH="sim"
|
||||
CONFIG_ARCH_BOARD="sim"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ CONFIG_FS_ROMFS=y
|
|||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTERPRETERS_MINIBASIC=y
|
||||
CONFIG_INTERPRETER_MINIBASIC_TESTSCRIPT=y
|
||||
CONFIG_INTERPRETERS_MINIBASIC_TESTSCRIPT=y
|
||||
CONFIG_LIBC_ENVPATH=y
|
||||
CONFIG_LIBC_EXECFUNCS=y
|
||||
CONFIG_LIBC_MAX_EXITFUNS=1
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ CONFIG_FS_ROMFS=y
|
|||
CONFIG_FS_TMPFS=y
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
CONFIG_INTERPRETERS_MINIBASIC=y
|
||||
CONFIG_INTERPRETER_MINIBASIC_TESTSCRIPT=y
|
||||
CONFIG_INTERPRETERS_MINIBASIC_TESTSCRIPT=y
|
||||
CONFIG_LIBC_DLFCN=y
|
||||
CONFIG_LIBC_ENVPATH=y
|
||||
CONFIG_LIBC_EXECFUNCS=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue