mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 09:15:09 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user