nuttx/boards/arm/moxart/moxa/configs/nsh/defconfig

104 lines
2.8 KiB
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_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
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_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
Merged in alinjerpelea/nuttx (pull request #967) group boards based on chip * a1x: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * am335x: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * c5471: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * scx56xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * dm320: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * efm32: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * imx6: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * imxrt: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * kinetis: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * kl: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lc823450: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc17xx_40xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc214x: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc2378: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc31xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc43xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc54xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * max326xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * moxart: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nrf52: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nuc1xx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam34: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sama5: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * samd2l2: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * samd5e5: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * samv7: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f0l0g0: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f7: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32h7: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32l4: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * str71x: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * tiva: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * tms570: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * xmc4: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * p112: typo fix this boars is a z80 board and was moved to the wrong arch Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * avr: at32uc3: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * avr: at90usb: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * avr: atmega: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * hc: mcs92s12ne64: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mips: pic32mx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mips: pic32mz: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * misoc: lm32: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * or1k: mor1kx: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * renesas: m32262f8: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * renesas: sh7032: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * risk-v: gap8: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * risk-v: nr5m100: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sim: sim: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * x86: qemu: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * xtensa: esp32: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z16: z16f2811: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z80: ez80: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z80: z180: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z80: z80: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * z80: z8: group boards based on chip All boards based on the same chip are moved to the same folder following the arch layout <arch>/<chip>/<board>. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * tools: update tools for boards based on chip This patch updates only the linux tools Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * pcduino-a10: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * beaglebone-black: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * c5471evm: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * spresense: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * ntosd-dm320: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * efm32-g8xx-stk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * efm32gg-stk3700: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-efm32g880f128-stk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sabre-6quad: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * imxrt1050-evk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * imxrt1060-evk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * freedom-k28f: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * freedom-k64f: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * freedom-k66f: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * kwikstik-k40: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * teensy-3.x: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * twr-k60n512: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * twr-k64f120m: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * freedom-kl25z: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * freedom-kl26z: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * teensy-lc: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lc823450: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lincoln60: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4088-devkit: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4088-quickstart: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpcxpresso-lpc1768: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mbed: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mcb1700: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-lpc1766stk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * open1788: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * pnev5180b: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * u-blox-c027: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * zkit-arm-1769: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mcu123-lpc214x: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * zp214xpa: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-lpc2378: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * ea3131: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * ea3152: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-lpc-h3131: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * bambino-200e: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4330-xplorer: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4337-ws: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4337-evb: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpc4370-link2: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lpcxpresso-lpc54628: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * max32660-evsys: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * moxa: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nrf52-generic: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nutiny-nuc120: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * arduino-due: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * flipnclick-sam3x: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam3u-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam4cmp-db: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam4e-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam4l-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam4s-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sam4s-xplained-pro: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sama5d2-xult: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sama5d3-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sama5d3x-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * sama5d4-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * samd20-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * samd21-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * saml21-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * metro-m4: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * same70-xplained: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * same71-xult: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * axoloti: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * clicker2-stm32: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * cloudctrl: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * fire-stm32v2: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * hymini-stm32v: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * maple: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * mikroe-stm32f4: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f103rb: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f207zg: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f302r8: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f303re: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f303ze: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f334r8: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f410rb: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f446re: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f4x1re: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-1152re: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-e407: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-h405: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-h407: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-p107: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-p207: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32-p407: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-stm32: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * omnibusf4: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * photon: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * shenzou: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm3210e-eval: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm3220g-eval: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm3240g-eval: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32_tiny: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32butterfly2: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f103-minimum: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f334-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f3discovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f411e-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f429i-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f4discovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32ldiscovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32vldiscovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * viewtool-stm32f107: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * b-l072z-lrwan1: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f072rb: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f091rc: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-f071rg: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-l073rz: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f051-discovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f072-discovery: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-144: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f746-ws: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f746g-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32f746g-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-h743zi: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * b-l475e-iot01a: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-l432kc: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-l432re: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-l476rg: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * nucleo-l496zg: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32l476-mdk: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32l476vg-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * stm32l4r9ai-disco: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * olimex-strp711: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * dk-tm4c129x: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * eagle100: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * ekk-lm3s9b96: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * launchxl-cc1310: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * launchxl-cc1312r1: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm3s6432-s2e: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm3s6965-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm3s8962-ek: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm4f120-launchpad: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm4c123g-launchpad: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * lm4c1294-launchpad: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * launchxl-tms57004: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * tms570ls31x-usb-kit: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * xmc4500-relax: defconfig update add ARCH_CHIP to defconfig Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * zp214xpa: typo fix add missing tools/oocd.sh Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-07 22:49:39 +02:00
CONFIG_ARCH_CHIP="moxart"
CONFIG_ARCH_CHIP_MOXART=y
CONFIG_ARCH_INTERRUPTSTACK=1024
CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARDCTL_APP_SYMTAB=y
CONFIG_BOARDCTL_RESET=y
CONFIG_BOARD_LATE_INITIALIZE=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_LOOPSPERMSEC=6965
CONFIG_BOOT_RUNFROMISRAM=y
CONFIG_BUILTIN=y
CONFIG_DEFAULT_SMALL=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
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
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. This makes the user interface a little hostile. People thing of an MTU of 1500 bytes, but the corresponding packet is really 1514 bytes (including the 14 byte Ethernet header). A more friendly solution would configure the MTU (as before), but then derive the packet buffer size by adding the MAC header length. Instead, we define the packet buffer size then derive the MTU. The MTU is not common currency in networking. On the wire, the only real issue is the MSS which is derived from MTU by subtracting the IP header and TCP header sizes (for the case of TCP). Now it is derived for the PKTSIZE by subtracting the IP header, the TCP header, and the MAC header sizes. So we should be all good and without the recurring 14 byte error in MTU's and MSS's. Squashed commit of the following: Trivial update to fix some spacing issues. net/: Rename several macros containing _MTU to _PKTSIZE. net/: Rename CONFIG_NET_SLIP_MTU to CONFIG_NET_SLIP_PKTSIZE and similarly for CONFIG_NET_TUN_MTU. These are not the MTU which does not include the size of the link layer header. These are the full size of the packet buffer memory (minus any GUARD bytes). net/: Rename CONFIG_NET_6LOWPAN_MTU to CONFIG_NET_6LOWPAN_PKTSIZE and similarly for CONFIG_NET_TUN_MTU. These are not the MTU which does not include the size of the link layer header. These are the full size of the packet buffer memory (minus any GUARD bytes). net/: Rename CONFIG_NET_ETH_MTU to CONFIG_NET_ETH_PKTSIZE. This is not the MTU which does not include the size of the link layer header. This is the full size of the packet buffer memory (minus any GUARD bytes). net/: Rename the file d_mtu in the network driver structure to d_pktsize. That value saved there is not the MTU. The packetsize is the memory large enough to hold the maximum packet PLUS the size of the link layer header. The MTU does not include the link layer header.
2018-07-04 22:10:40 +02:00
CONFIG_NET_ETH_PKTSIZE=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_SERIAL_UART_ARCH_MMIO=y
CONFIG_STANDARD_SERIAL=y
CONFIG_START_DAY=28
CONFIG_START_MONTH=6
CONFIG_START_YEAR=2013
CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_PING=y
CONFIG_TASK_NAME_SIZE=0
CONFIG_USER_ENTRYPOINT="nsh_main"
CONFIG_WDOG_INTRESERVE=0