nuttx/configs/moxa/nsh/defconfig

99 lines
2.6 KiB
Plaintext
Raw Normal View History

# CONFIG_DISABLE_ENVIRON is not set
# CONFIG_DISABLE_POSIX_TIMERS is not set
2015-07-24 21:26:29 +02:00
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set
# CONFIG_EXECFUNCS_HAVE_SYMTAB 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_NSH_DISABLEBG is not set
# CONFIG_NSH_DISABLESCRIPT is not set
2015-07-24 21:26:29 +02:00
# CONFIG_NSH_DISABLE_DATE is not set
# CONFIG_NSH_DISABLE_DD is not set
# CONFIG_NSH_DISABLE_DF is not set
# CONFIG_NSH_DISABLE_EXEC is not set
# CONFIG_NSH_DISABLE_GET is not set
# CONFIG_NSH_DISABLE_HEXDUMP is not set
# CONFIG_NSH_DISABLE_IFCONFIG is not set
# CONFIG_NSH_DISABLE_LOSETUP is not set
# CONFIG_NSH_DISABLE_MKRD is not set
# CONFIG_NSH_DISABLE_PS is not set
# CONFIG_NSH_DISABLE_PUT is not set
# CONFIG_NSH_DISABLE_REBOOT is not set
# CONFIG_NSH_DISABLE_SEMICOLON is not set
2015-07-24 21:26:29 +02:00
# CONFIG_NSH_DISABLE_UNAME is not set
# CONFIG_NSH_DISABLE_WGET is not set
# CONFIG_NSH_DISABLE_XD is not set
CONFIG_16550_ADDRWIDTH=32
CONFIG_16550_REGWIDTH=32
CONFIG_16550_SUPRESS_CONFIG=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_16550_UART0=y
CONFIG_16550_UART0_BASE=0x98200000
CONFIG_16550_UART0_CLOCK=14745600
CONFIG_16550_UART0_IRQ=31
CONFIG_16550_UART0_SERIAL_CONSOLE=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_16550_UART=y
CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD="moxa"
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_MOXA=y
CONFIG_ARCH_CHIP_MOXART=y
CONFIG_ARCH_INTERRUPTSTACK=1024
CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARDCTL_APP_SYMTAB=y
CONFIG_BOARDCTL_RESET=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_BOARD_INITIALIZE=y
CONFIG_BOARD_LOOPSPERMSEC=6965
CONFIG_BOOT_RUNFROMISRAM=y
CONFIG_BUILTIN=y
CONFIG_CXX_NEWLONG=y
CONFIG_DEFAULT_SMALL=y
CONFIG_EXAMPLES_NSH=y
CONFIG_FS_BINFS=y
CONFIG_FS_ROMFS=y
CONFIG_FS_UNIONFS=y
CONFIG_FTMAC100_BASE=0x90900000
CONFIG_FTMAC100_IRQ=25
CONFIG_FTMAC100_MAC0_ENV_ADDR=0x80000050
CONFIG_HAVE_CXX=y
CONFIG_IOB_NBUFFERS=24
CONFIG_LIBC_EXECFUNCS=y
CONFIG_LIBC_LONG_LONG=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_LIB_BOARDCTL=y
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
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_NET=y
CONFIG_NETDEVICES=y
CONFIG_NETUTILS_TELNETD=y
CONFIG_NET_ARP_IPIN=y
CONFIG_NET_ARP_SEND=y
CONFIG_NET_ETH_MTU=1500
CONFIG_NET_FTMAC100=y
CONFIG_NET_ICMP=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_NET_ICMP_SOCKET=y
CONFIG_NET_ROUTE=y
CONFIG_NET_SOCKOPTS=y
CONFIG_NET_TCP=y
CONFIG_NET_TCPBACKLOG=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_NET_TCP_WRITE_BUFFERS=y
CONFIG_NFILE_DESCRIPTORS=8
CONFIG_NFILE_STREAMS=8
CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_LINELEN=80
CONFIG_NSH_LOGIN_PASSWORD="nuttx"
CONFIG_NSH_TELNET=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_NSH_TELNET_LOGIN=y
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_PREALLOC_TIMERS=4
CONFIG_PREALLOC_WDOGS=4
CONFIG_RAM_SIZE=2097152
CONFIG_RAW_BINARY=y
CONFIG_RR_INTERVAL=200
CONFIG_SCHED_CHILD_STATUS=y
CONFIG_SCHED_HAVE_PARENT=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WAITPID=y
CONFIG_STANDARD_SERIAL=y
CONFIG_START_DAY=28
CONFIG_START_MONTH=6
CONFIG_START_YEAR=2013
CONFIG_SYSTEM_PING=y
CONFIG_TASK_NAME_SIZE=0
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_WDOG_INTRESERVE=0