4e98980045
Squashed commit of the following: configs/makerlisp: Update comments about use of serial console. configs/makerlisp: Add LED support, remove vestiges of button support (the board has no user buttons). Add support for SPI-based MMC/SD card slot. arch/z80/src/ez80: Fix some link problems. libs/libc/syslog/lib_syslog.c: The ZDS-II toolchain does not declare va_coy in stdarg.h. I think that the use of va_copy in vsyslog() is no necessary. configs/makerlisp: Initial configuration directories cloned from ez80f910200zco with little more than naming changes.
47 lines
1.2 KiB
Plaintext
47 lines
1.2 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_IFCONFIG is not set
|
|
# CONFIG_NSH_DISABLE_PS is not set
|
|
CONFIG_ARCH="z80"
|
|
CONFIG_ARCH_BOARD="makerlisp"
|
|
CONFIG_ARCH_BOARD_MAKERLISP=y
|
|
CONFIG_ARCH_CHIP_EZ80=y
|
|
CONFIG_ARCH_CHIP_EZ80F91=y
|
|
CONFIG_ARCH_LEDS=y
|
|
CONFIG_ARCH_Z80=y
|
|
CONFIG_BOARD_LOOPSPERMSEC=1250
|
|
CONFIG_DISABLE_MQUEUE=y
|
|
CONFIG_EZ80_UART0=y
|
|
CONFIG_HOST_WINDOWS=y
|
|
CONFIG_MAX_TASKS=16
|
|
CONFIG_MAX_WDOGPARMS=2
|
|
CONFIG_NFILE_DESCRIPTORS=8
|
|
CONFIG_NFILE_STREAMS=8
|
|
CONFIG_NSH_FILEIOSIZE=512
|
|
CONFIG_NSH_LINELEN=64
|
|
CONFIG_NSH_READLINE=y
|
|
CONFIG_PREALLOC_TIMERS=4
|
|
CONFIG_PREALLOC_WDOGS=8
|
|
CONFIG_PTHREAD_STACK_DEFAULT=1024
|
|
CONFIG_RAM_SIZE=65536
|
|
CONFIG_RR_INTERVAL=200
|
|
CONFIG_SCHED_HPWORK=y
|
|
CONFIG_SDCLONE_DISABLE=y
|
|
CONFIG_START_DAY=14
|
|
CONFIG_START_MONTH=3
|
|
CONFIG_START_YEAR=2009
|
|
CONFIG_SYSTEM_NSH=y
|
|
CONFIG_TASK_NAME_SIZE=0
|
|
CONFIG_UART0_BAUD=57600
|
|
CONFIG_UART0_BITS=0
|
|
CONFIG_UART0_RXBUFSIZE=192
|
|
CONFIG_UART0_SERIAL_CONSOLE=y
|
|
CONFIG_UART0_TXBUFSIZE=64
|
|
CONFIG_USER_ENTRYPOINT="nsh_main"
|
|
CONFIG_WDOG_INTRESERVE=1
|