-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add defconfig for testing cmake compilation of quickjs
Signed-off-by: wenlingyun1 <[email protected]>
- Loading branch information
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_NSH_CMDOPT_HEXDUMP is not set | ||
CONFIG_ARCH="sim" | ||
CONFIG_ARCH_BOARD="sim" | ||
CONFIG_ARCH_BOARD_SIM=y | ||
CONFIG_ARCH_CHIP="sim" | ||
CONFIG_ARCH_SIM=y | ||
CONFIG_BOARDCTL_APP_SYMTAB=y | ||
CONFIG_BOARDCTL_POWEROFF=y | ||
CONFIG_BOARD_LOOPSPERMSEC=0 | ||
CONFIG_BOOT_RUNFROMEXTSRAM=y | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DEV_GPIO=y | ||
CONFIG_DEV_LOOP=y | ||
CONFIG_DEV_ZERO=y | ||
CONFIG_ETC_FATDEVNO=2 | ||
CONFIG_ETC_ROMFS=y | ||
CONFIG_ETC_ROMFSDEVNO=1 | ||
CONFIG_EXAMPLES_GPIO=y | ||
CONFIG_EXAMPLES_HELLO=y | ||
CONFIG_FAT_LCNAMES=y | ||
CONFIG_FAT_LFN=y | ||
CONFIG_FS_BINFS=y | ||
CONFIG_FS_FAT=y | ||
CONFIG_FS_PROCFS=y | ||
CONFIG_FS_RAMMAP=y | ||
CONFIG_FS_ROMFS=y | ||
CONFIG_GPIO_LOWER_HALF=y | ||
CONFIG_IDLETHREAD_STACKSIZE=4096 | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_IOEXPANDER=y | ||
CONFIG_IOEXPANDER_DUMMY=y | ||
CONFIG_LIBC_ENVPATH=y | ||
CONFIG_LIBC_EXECFUNCS=y | ||
CONFIG_LIBC_LOCALE=y | ||
CONFIG_LIBC_LOCALE_CATALOG=y | ||
CONFIG_LIBC_LOCALE_GETTEXT=y | ||
CONFIG_LIBC_MAX_EXITFUNS=1 | ||
CONFIG_LIBC_NUMBERED_ARGS=y | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FILE_APPS=y | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PATH_INITIAL="/bin" | ||
CONFIG_PSEUDOFS_ATTRIBUTES=y | ||
CONFIG_PSEUDOFS_FILE=y | ||
CONFIG_PSEUDOFS_SOFTLINKS=y | ||
CONFIG_READLINE_TABCOMPLETION=y | ||
CONFIG_SCHED_BACKTRACE=y | ||
CONFIG_SCHED_EVENTS=y | ||
CONFIG_SCHED_HAVE_PARENT=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_SIM_WALLTIME_SIGNAL=y | ||
CONFIG_START_MONTH=6 | ||
CONFIG_START_YEAR=2008 | ||
CONFIG_SYSTEM_DUMPSTACK=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TESTING_OSTEST=y | ||
CONFIG_PIPES=y | ||
CONFIG_SYSTEM_POPEN=y | ||
CONFIG_SYSTEM_POPEN_STACKSIZE=2048 | ||
CONFIG_SYSTEM_POPEN_PRIORITY=100 | ||
CONFIG_LIBC_DLFCN=y | ||
CONFIG_LDPATH_INITIAL="" | ||
CONFIG_INTERPRETERS_QUICKJS=y | ||
CONFIG_INTERPRETERS_QUICKJS_FULL=y | ||
CONFIG_INTERPRETERS_QUICKJS_BIGNUM=y | ||
CONFIG_INTERPRETERS_QUICKJS_PRIORITY=100 | ||
CONFIG_INTERPRETERS_QUICKJS_STACKSIZE=8192 |