nuttx/configs/sim/mount/defconfig

26 lines
736 B
Plaintext
Raw Normal View History

#
# 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_ARCH="sim"
CONFIG_ARCH_BOARD="sim"
CONFIG_ARCH_BOARD_SIM=y
CONFIG_ARCH_SIM=y
CONFIG_BOOT_RUNFROMSDRAM=y
CONFIG_EXAMPLES_MOUNT=y
CONFIG_EXAMPLES_MOUNT_BLOCKDEVICE=y
CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0"
CONFIG_FS_FAT=y
CONFIG_IDLETHREAD_STACKSIZE=4096
CONFIG_MAX_TASKS=64
CONFIG_NFILE_DESCRIPTORS=32
CONFIG_PTHREAD_STACK_DEFAULT=8192
CONFIG_SDCLONE_DISABLE=y
CONFIG_START_MONTH=6
CONFIG_START_YEAR=2008
CONFIG_USERMAIN_STACKSIZE=4096
CONFIG_USER_ENTRYPOINT="mount_main"