forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
- Loading branch information
1 parent
82956a2
commit 3d2f0c0
Showing
45 changed files
with
1,769 additions
and
1,073 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,72 @@ | ||
# | ||
# 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_ALLOW_BSD_COMPONENTS=y | ||
CONFIG_ALLSYMS=y | ||
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_CRYPTO=y | ||
CONFIG_CRYPTO_CRYPTODEV=y | ||
CONFIG_CRYPTO_RANDOM_POOL=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DEV_GPIO=y | ||
CONFIG_DEV_LOOP=y | ||
CONFIG_DEV_ZERO=y | ||
CONFIG_EXAMPLES_GPIO=y | ||
CONFIG_EXAMPLES_HELLO=y | ||
CONFIG_FAT_LCNAMES=y | ||
CONFIG_FAT_LFN=y | ||
CONFIG_FSUTILS_PASSWD=y | ||
CONFIG_FSUTILS_PASSWD_READONLY=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_ARCHROMFS=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_FATDEVNO=2 | ||
CONFIG_NSH_FILE_APPS=y | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_NSH_ROMFSDEVNO=1 | ||
CONFIG_NSH_ROMFSETC=y | ||
CONFIG_PATH_INITIAL="/bin" | ||
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=2048 | ||
CONFIG_PSEUDOFS_ATTRIBUTES=y | ||
CONFIG_PSEUDOFS_SOFTLINKS=y | ||
CONFIG_READLINE_TABCOMPLETION=y | ||
CONFIG_SCHED_BACKTRACE=y | ||
CONFIG_SCHED_HAVE_PARENT=y | ||
CONFIG_SCHED_HPWORK=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_START_MONTH=6 | ||
CONFIG_START_YEAR=2008 | ||
CONFIG_SYSTEM_DUMPSTACK=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TESTING_CRYPTO=y |
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
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
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
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
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
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
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
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
Oops, something went wrong.