nuttx/configs/stm32f4discovery/pseudoterm/defconfig

54 lines
1.3 KiB
Plaintext
Raw Normal View History

# CONFIG_ARCH_FPU is not set
# CONFIG_NSH_ARGCAT is not set
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
# CONFIG_NSH_CMDPARMS is not set
Committed defconfigs for working configurations should never have CONFIG_EXPERIMENTAL set because the opens the doors for untested and incomplete configurations. Conversely, if there are released configurations that use features with dependencies on CONFIG_EXPERIMENTAL, then those configurations are in use and those dependencies should be removed: graphics/vnc/server/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL net/tcp/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL wireless/bluetooth/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL configs/lc823450-xgevk/audio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/bt/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/ipl2/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/rndis/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/usb/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lpcxpresso-lpc54628/netnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/moxa/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/olimex-stm32-p407/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/photon/wlan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sabre-6quad/smp/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sam4cmp-db/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/elf/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/knsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnc/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnxwm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/bluetooth/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pf_ieee802154/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pktradio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/sixlowpan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/traveler/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/userfs/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/hciuart/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/pseudoterm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/teensy-3.x/usbnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
2018-06-17 18:30:01 +02:00
CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="stm32f4discovery"
Committed defconfigs for working configurations should never have CONFIG_EXPERIMENTAL set because the opens the doors for untested and incomplete configurations. Conversely, if there are released configurations that use features with dependencies on CONFIG_EXPERIMENTAL, then those configurations are in use and those dependencies should be removed: graphics/vnc/server/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL net/tcp/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL wireless/bluetooth/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL configs/lc823450-xgevk/audio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/bt/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/ipl2/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/rndis/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/usb/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lpcxpresso-lpc54628/netnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/moxa/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/olimex-stm32-p407/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/photon/wlan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sabre-6quad/smp/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sam4cmp-db/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/elf/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/knsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnc/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnxwm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/bluetooth/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pf_ieee802154/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pktradio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/sixlowpan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/traveler/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/userfs/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/hciuart/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/pseudoterm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/teensy-3.x/usbnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
2018-06-17 18:30:01 +02:00
CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
CONFIG_ARCH_BUTTONS=y
CONFIG_ARCH_CHIP_STM32=y
CONFIG_ARCH_CHIP_STM32F407VG=y
CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_NSH_CXXINITIALIZE=y
CONFIG_EXAMPLES_PTYTEST=y
Committed defconfigs for working configurations should never have CONFIG_EXPERIMENTAL set because the opens the doors for untested and incomplete configurations. Conversely, if there are released configurations that use features with dependencies on CONFIG_EXPERIMENTAL, then those configurations are in use and those dependencies should be removed: graphics/vnc/server/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL net/tcp/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL wireless/bluetooth/Kconfig: Remove a dependency on CONFIG_EXPERIMENTAL configs/lc823450-xgevk/audio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/bt/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/ipl2/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/rndis/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lc823450-xgevk/usb/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/lpcxpresso-lpc54628/netnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/moxa/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/olimex-stm32-p407/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/photon/wlan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sabre-6quad/smp/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sam4cmp-db/nsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/elf/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sama5d4-ek/knsh/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/module/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnc/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/samv71-xult/vnxwm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/bluetooth/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pf_ieee802154/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/pktradio/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/sixlowpan/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/traveler/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/sim/userfs/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/hciuart/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/stm32f4discovery/pseudoterm/defconfig: Remove CONFIG_EXPERIMENTAL=y configs/teensy-3.x/usbnsh/defconfig: Remove CONFIG_EXPERIMENTAL=y
2018-06-17 18:30:01 +02:00
CONFIG_EXAMPLES_PTYTEST_POLL=y
CONFIG_FS_PROCFS=y
CONFIG_HAVE_CXX=y
CONFIG_HAVE_CXXINITIALIZE=y
CONFIG_INTELHEX_BINARY=y
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
CONFIG_MM_REGIONS=2
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_LINELEN=64
CONFIG_NSH_READLINE=y
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_PREALLOC_TIMERS=4
CONFIG_PREALLOC_WDOGS=16
CONFIG_PSEUDOTERM=y
CONFIG_RAM_SIZE=114688
CONFIG_RAM_START=0x20000000
CONFIG_RAW_BINARY=y
CONFIG_RR_INTERVAL=200
CONFIG_SCHED_WAITPID=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_SERIAL_TERMIOS=y
CONFIG_START_DAY=6
CONFIG_START_MONTH=12
CONFIG_START_YEAR=2011
CONFIG_STM32_JTAG_SW_ENABLE=y
CONFIG_STM32_PWR=y
CONFIG_STM32_SPI1=y
CONFIG_STM32_USART2=y
CONFIG_STM32_USART3=y
CONFIG_USART2_RXBUFSIZE=128
CONFIG_USART2_SERIAL_CONSOLE=y
CONFIG_USART2_TXBUFSIZE=128
CONFIG_USER_ENTRYPOINT="nsh_main"