a1c991d921
Move boards to boards folder * boards: rename configs folder to boards This is the proposed layout after the change: boards: - folder containing board folders <board>: - name of each board drivers: - extra drivers specific for platform include: - header files for the boars scripts: - extra scripts specific for platform src: - board specific code tools: - extra tools specific for platform <config>: - board specific configuration(s) Note: <xxx> names are dependent on platform This is a logical change to aim to the arch layout but this is a huge change it should be done in several steps to lower the risk. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Kconfig: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Makefile.*: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * Make.defs: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .sh: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .mk: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .c & .h: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> * .bat: replace configs with boards The change is needed after the path change Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
56 lines
1.6 KiB
Plaintext
56 lines
1.6 KiB
Plaintext
#
|
|
# 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_DISABLE_DD is not set
|
|
# CONFIG_NSH_DISABLE_EXEC is not set
|
|
# CONFIG_NSH_DISABLE_EXIT 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_WGET is not set
|
|
# CONFIG_NSH_DISABLE_XD is not set
|
|
# CONFIG_NSH_DISABLEBG is not set
|
|
# CONFIG_NSH_DISABLESCRIPT is not set
|
|
CONFIG_ARCH_BOARD_Z80SIM=y
|
|
CONFIG_ARCH_BOARD="z80sim"
|
|
CONFIG_ARCH_CHIP_Z80=y
|
|
CONFIG_ARCH_Z80=y
|
|
CONFIG_ARCH="z80"
|
|
CONFIG_BOARD_LOOPSPERMSEC=100
|
|
CONFIG_DEFAULT_SMALL=y
|
|
CONFIG_DISABLE_MOUNTPOINT=y
|
|
CONFIG_DISABLE_MQUEUE=y
|
|
CONFIG_DISABLE_PTHREAD=y
|
|
CONFIG_SYSTEM_NSH=y
|
|
CONFIG_MAX_TASKS=8
|
|
CONFIG_MAX_WDOGPARMS=2
|
|
CONFIG_NFILE_DESCRIPTORS=6
|
|
CONFIG_NFILE_STREAMS=6
|
|
CONFIG_NSH_FILEIOSIZE=1024
|
|
CONFIG_NSH_LINELEN=40
|
|
CONFIG_NUNGET_CHARS=0
|
|
CONFIG_PREALLOC_TIMERS=0
|
|
CONFIG_PREALLOC_WDOGS=4
|
|
CONFIG_PTHREAD_STACK_DEFAULT=1024
|
|
CONFIG_RAM_SIZE=65536
|
|
CONFIG_RAM_START=0x0000
|
|
CONFIG_SDCLONE_DISABLE=y
|
|
CONFIG_START_DAY=7
|
|
CONFIG_START_MONTH=12
|
|
CONFIG_START_YEAR=2012
|
|
CONFIG_STDIO_DISABLE_BUFFERING=y
|
|
CONFIG_TASK_NAME_SIZE=0
|
|
CONFIG_UART_RXBUFSIZE=64
|
|
CONFIG_UART_TXBUFSIZE=64
|
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|
|
CONFIG_USERMAIN_STACKSIZE=1024
|
|
CONFIG_WDOG_INTRESERVE=0
|