ez80: Refresh configurations; Add support for ZDS-II 5.2.1 (there are still some problems with internal compiler errors); Various fixes due to bit rot

This commit is contained in:
Gregory Nutt
2016-01-31 12:44:14 -06:00
parent 8622beead7
commit 9040457791
20 changed files with 1111 additions and 683 deletions
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
+29 -5
View File
@@ -41,6 +41,7 @@ CONFIG_BUILD_FLAT=y
# CONFIG_ARCH_MATH_H is not set # CONFIG_ARCH_MATH_H is not set
# CONFIG_ARCH_FLOAT_H is not set # CONFIG_ARCH_FLOAT_H is not set
# CONFIG_ARCH_STDARG_H is not set # CONFIG_ARCH_STDARG_H is not set
# CONFIG_ARCH_DEBUG_H is not set
# #
# Debug Options # Debug Options
@@ -314,9 +315,10 @@ CONFIG_NAME_MAX=32
CONFIG_SIG_SIGUSR1=1 CONFIG_SIG_SIGUSR1=1
CONFIG_SIG_SIGUSR2=2 CONFIG_SIG_SIGUSR2=2
CONFIG_SIG_SIGALARM=3 CONFIG_SIG_SIGALARM=3
# CONFIG_MODULE is not set
# #
# Work Queue Support # Work queue support
# #
# CONFIG_SCHED_WORKQUEUE is not set # CONFIG_SCHED_WORKQUEUE is not set
# CONFIG_SCHED_HPWORK is not set # CONFIG_SCHED_HPWORK is not set
@@ -347,6 +349,7 @@ CONFIG_DEV_NULL=y
# CONFIG_RAMDISK is not set # CONFIG_RAMDISK is not set
# CONFIG_CAN is not set # CONFIG_CAN is not set
# CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set # CONFIG_ARCH_HAVE_PWM_PULSECOUNT is not set
# CONFIG_ARCH_HAVE_PWM_MULTICHAN is not set
# CONFIG_PWM is not set # CONFIG_PWM is not set
# CONFIG_ARCH_HAVE_I2CRESET is not set # CONFIG_ARCH_HAVE_I2CRESET is not set
# CONFIG_I2C is not set # CONFIG_I2C is not set
@@ -366,7 +369,14 @@ CONFIG_DEV_NULL=y
# CONFIG_INPUT is not set # CONFIG_INPUT is not set
# CONFIG_IOEXPANDER is not set # CONFIG_IOEXPANDER is not set
# CONFIG_LCD is not set # CONFIG_LCD is not set
#
# LED Support
#
# CONFIG_USERLED is not set
# CONFIG_PCA9635PW is not set
# CONFIG_MMCSD is not set # CONFIG_MMCSD is not set
# CONFIG_MODEM is not set
# CONFIG_MTD is not set # CONFIG_MTD is not set
# CONFIG_EEPROM is not set # CONFIG_EEPROM is not set
CONFIG_NETDEVICES=y CONFIG_NETDEVICES=y
@@ -375,7 +385,9 @@ CONFIG_NETDEVICES=y
# General Ethernet MAC Driver Options # General Ethernet MAC Driver Options
# #
# CONFIG_NETDEV_LOOPBACK is not set # CONFIG_NETDEV_LOOPBACK is not set
# CONFIG_NETDEV_TELNET is not set
# CONFIG_NETDEV_MULTINIC is not set # CONFIG_NETDEV_MULTINIC is not set
CONFIG_ARCH_HAVE_NETDEV_STATISTICS=y
# CONFIG_NETDEV_LATEINIT is not set # CONFIG_NETDEV_LATEINIT is not set
# CONFIG_NET_DUMPPACKET is not set # CONFIG_NET_DUMPPACKET is not set
@@ -446,6 +458,7 @@ CONFIG_ARCH_HAVE_UART0=y
CONFIG_MCU_SERIAL=y CONFIG_MCU_SERIAL=y
# CONFIG_SERIAL_IFLOWCONTROL is not set # CONFIG_SERIAL_IFLOWCONTROL is not set
# CONFIG_SERIAL_OFLOWCONTROL is not set # CONFIG_SERIAL_OFLOWCONTROL is not set
# CONFIG_SERIAL_DMA is not set
# CONFIG_SERIAL_TIOCSERGSTRUCT is not set # CONFIG_SERIAL_TIOCSERGSTRUCT is not set
# CONFIG_ARCH_HAVE_SERIAL_TERMIOS is not set # CONFIG_ARCH_HAVE_SERIAL_TERMIOS is not set
CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_UART0_SERIAL_CONSOLE=y
@@ -463,6 +476,7 @@ CONFIG_UART0_PARITY=0
CONFIG_UART0_2STOP=0 CONFIG_UART0_2STOP=0
# CONFIG_UART0_IFLOWCONTROL is not set # CONFIG_UART0_IFLOWCONTROL is not set
# CONFIG_UART0_OFLOWCONTROL is not set # CONFIG_UART0_OFLOWCONTROL is not set
# CONFIG_UART0_DMA is not set
# CONFIG_USBDEV is not set # CONFIG_USBDEV is not set
# CONFIG_USBHOST is not set # CONFIG_USBHOST is not set
# CONFIG_WIRELESS is not set # CONFIG_WIRELESS is not set
@@ -694,10 +708,14 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
# Application Configuration # Application Configuration
# #
#
# CAN Utilities
#
# #
# Examples # Examples
# #
# CONFIG_EXAMPLES_BUTTONS is not set # CONFIG_EXAMPLES_CHAT is not set
# CONFIG_EXAMPLES_CONFIGDATA is not set # CONFIG_EXAMPLES_CONFIGDATA is not set
# CONFIG_EXAMPLES_CPUHOG is not set # CONFIG_EXAMPLES_CPUHOG is not set
# CONFIG_EXAMPLES_DHCPD is not set # CONFIG_EXAMPLES_DHCPD is not set
@@ -705,11 +723,11 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
# CONFIG_EXAMPLES_FTPC is not set # CONFIG_EXAMPLES_FTPC is not set
# CONFIG_EXAMPLES_FTPD is not set # CONFIG_EXAMPLES_FTPD is not set
# CONFIG_EXAMPLES_HELLO is not set # CONFIG_EXAMPLES_HELLO is not set
# CONFIG_EXAMPLES_HELLOXX is not set
# CONFIG_EXAMPLES_JSON is not set # CONFIG_EXAMPLES_JSON is not set
# CONFIG_EXAMPLES_HIDKBD is not set # CONFIG_EXAMPLES_HIDKBD is not set
# CONFIG_EXAMPLES_KEYPADTEST is not set # CONFIG_EXAMPLES_KEYPADTEST is not set
# CONFIG_EXAMPLES_IGMP is not set # CONFIG_EXAMPLES_IGMP is not set
# CONFIG_EXAMPLES_MEDIA is not set
# CONFIG_EXAMPLES_MM is not set # CONFIG_EXAMPLES_MM is not set
# CONFIG_EXAMPLES_MODBUS is not set # CONFIG_EXAMPLES_MODBUS is not set
# CONFIG_EXAMPLES_MOUNT is not set # CONFIG_EXAMPLES_MOUNT is not set
@@ -738,11 +756,11 @@ CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001
# CONFIG_EXAMPLES_NXLINES is not set # CONFIG_EXAMPLES_NXLINES is not set
# CONFIG_EXAMPLES_NXTEXT is not set # CONFIG_EXAMPLES_NXTEXT is not set
# CONFIG_EXAMPLES_OSTEST is not set # CONFIG_EXAMPLES_OSTEST is not set
# CONFIG_EXAMPLES_PCA9635 is not set
# CONFIG_EXAMPLES_PIPE is not set # CONFIG_EXAMPLES_PIPE is not set
# CONFIG_EXAMPLES_POLL is not set # CONFIG_EXAMPLES_POLL is not set
# CONFIG_EXAMPLES_PPPD is not set # CONFIG_EXAMPLES_PPPD is not set
# CONFIG_EXAMPLES_POSIXSPAWN is not set # CONFIG_EXAMPLES_POSIXSPAWN is not set
# CONFIG_EXAMPLES_QENCODER is not set
# CONFIG_EXAMPLES_RGMP is not set # CONFIG_EXAMPLES_RGMP is not set
# CONFIG_EXAMPLES_SENDMAIL is not set # CONFIG_EXAMPLES_SENDMAIL is not set
# CONFIG_EXAMPLES_SERIALBLASTER is not set # CONFIG_EXAMPLES_SERIALBLASTER is not set
@@ -760,6 +778,11 @@ CONFIG_EXAMPLES_NETTEST_CLIENTIP=0x0a000001
# CONFIG_EXAMPLES_WATCHDOG is not set # CONFIG_EXAMPLES_WATCHDOG is not set
# CONFIG_EXAMPLES_WGET is not set # CONFIG_EXAMPLES_WGET is not set
#
# File System Utilities
#
# CONFIG_FSUTILS_INIFILE is not set
# #
# Graphics Support # Graphics Support
# #
@@ -813,11 +836,12 @@ CONFIG_NETUTILS_NETLIB=y
# CONFIG_SYSTEM_CUTERM is not set # CONFIG_SYSTEM_CUTERM is not set
# CONFIG_SYSTEM_INSTALL is not set # CONFIG_SYSTEM_INSTALL is not set
# CONFIG_SYSTEM_HEX2BIN is not set # CONFIG_SYSTEM_HEX2BIN is not set
# CONFIG_FSUTILS_INIFILE is not set # CONFIG_SYSTEM_HEXED is not set
# CONFIG_SYSTEM_RAMTEST is not set # CONFIG_SYSTEM_RAMTEST is not set
# CONFIG_READLINE_HAVE_EXTMATCH is not set # CONFIG_READLINE_HAVE_EXTMATCH is not set
# CONFIG_SYSTEM_READLINE is not set # CONFIG_SYSTEM_READLINE is not set
# CONFIG_SYSTEM_SDCARD is not set # CONFIG_SYSTEM_SDCARD is not set
# CONFIG_SYSTEM_SUDOKU is not set # CONFIG_SYSTEM_SUDOKU is not set
# CONFIG_SYSTEM_VI is not set # CONFIG_SYSTEM_VI is not set
# CONFIG_SYSTEM_UBLOXMODEM is not set
# CONFIG_SYSTEM_ZMODEM is not set # CONFIG_SYSTEM_ZMODEM is not set
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
+19 -3
View File
@@ -41,6 +41,7 @@ CONFIG_BUILD_FLAT=y
# CONFIG_ARCH_MATH_H is not set # CONFIG_ARCH_MATH_H is not set
# CONFIG_ARCH_FLOAT_H is not set # CONFIG_ARCH_FLOAT_H is not set
# CONFIG_ARCH_STDARG_H is not set # CONFIG_ARCH_STDARG_H is not set
# CONFIG_ARCH_DEBUG_H is not set
# #
# Debug Options # Debug Options
@@ -322,9 +323,10 @@ CONFIG_SIG_SIGUSR1=1
CONFIG_SIG_SIGUSR2=2 CONFIG_SIG_SIGUSR2=2
CONFIG_SIG_SIGALARM=3 CONFIG_SIG_SIGALARM=3
CONFIG_SIG_SIGCONDTIMEDOUT=16 CONFIG_SIG_SIGCONDTIMEDOUT=16
# CONFIG_MODULE is not set
# #
# Work Queue Support # Work queue support
# #
# CONFIG_SCHED_WORKQUEUE is not set # CONFIG_SCHED_WORKQUEUE is not set
# CONFIG_SCHED_HPWORK is not set # CONFIG_SCHED_HPWORK is not set
@@ -373,8 +375,16 @@ CONFIG_DEV_NULL=y
# CONFIG_VIDEO_DEVICES is not set # CONFIG_VIDEO_DEVICES is not set
# CONFIG_BCH is not set # CONFIG_BCH is not set
# CONFIG_INPUT is not set # CONFIG_INPUT is not set
# CONFIG_IOEXPANDER is not set
# CONFIG_LCD is not set # CONFIG_LCD is not set
#
# LED Support
#
# CONFIG_USERLED is not set
# CONFIG_PCA9635PW is not set
# CONFIG_MMCSD is not set # CONFIG_MMCSD is not set
# CONFIG_MODEM is not set
# CONFIG_MTD is not set # CONFIG_MTD is not set
# CONFIG_EEPROM is not set # CONFIG_EEPROM is not set
CONFIG_NETDEVICES=y CONFIG_NETDEVICES=y
@@ -739,6 +749,7 @@ CONFIG_NETDB_DNSSERVER_NOADDR=y
# #
# Examples # Examples
# #
# CONFIG_EXAMPLES_CHAT is not set
# CONFIG_EXAMPLES_CONFIGDATA is not set # CONFIG_EXAMPLES_CONFIGDATA is not set
# CONFIG_EXAMPLES_CPUHOG is not set # CONFIG_EXAMPLES_CPUHOG is not set
# CONFIG_EXAMPLES_DHCPD is not set # CONFIG_EXAMPLES_DHCPD is not set
@@ -766,11 +777,11 @@ CONFIG_EXAMPLES_NSH=y
# CONFIG_EXAMPLES_NXLINES is not set # CONFIG_EXAMPLES_NXLINES is not set
# CONFIG_EXAMPLES_NXTEXT is not set # CONFIG_EXAMPLES_NXTEXT is not set
# CONFIG_EXAMPLES_OSTEST is not set # CONFIG_EXAMPLES_OSTEST is not set
# CONFIG_EXAMPLES_PCA9635 is not set
# CONFIG_EXAMPLES_PIPE is not set # CONFIG_EXAMPLES_PIPE is not set
# CONFIG_EXAMPLES_POLL is not set # CONFIG_EXAMPLES_POLL is not set
# CONFIG_EXAMPLES_PPPD is not set # CONFIG_EXAMPLES_PPPD is not set
# CONFIG_EXAMPLES_POSIXSPAWN is not set # CONFIG_EXAMPLES_POSIXSPAWN is not set
# CONFIG_EXAMPLES_QENCODER is not set
# CONFIG_EXAMPLES_RGMP is not set # CONFIG_EXAMPLES_RGMP is not set
# CONFIG_EXAMPLES_SENDMAIL is not set # CONFIG_EXAMPLES_SENDMAIL is not set
# CONFIG_EXAMPLES_SERIALBLASTER is not set # CONFIG_EXAMPLES_SERIALBLASTER is not set
@@ -794,6 +805,7 @@ CONFIG_EXAMPLES_NSH=y
# #
# File System Utilities # File System Utilities
# #
# CONFIG_FSUTILS_INIFILE is not set
# #
# Graphics Support # Graphics Support
@@ -838,6 +850,7 @@ CONFIG_WEBCLIENT_TIMEOUT=10
# NSH Library # NSH Library
# #
CONFIG_NSH_LIBRARY=y CONFIG_NSH_LIBRARY=y
# CONFIG_NSH_MOTD is not set
# #
# Command Line Configuration # Command Line Configuration
@@ -897,6 +910,7 @@ CONFIG_NSH_DISABLE_LOSMART=y
# CONFIG_NSH_DISABLE_SET is not set # CONFIG_NSH_DISABLE_SET is not set
# CONFIG_NSH_DISABLE_SH is not set # CONFIG_NSH_DISABLE_SH is not set
# CONFIG_NSH_DISABLE_SLEEP is not set # CONFIG_NSH_DISABLE_SLEEP is not set
# CONFIG_NSH_DISABLE_TIME is not set
# CONFIG_NSH_DISABLE_TEST is not set # CONFIG_NSH_DISABLE_TEST is not set
# CONFIG_NSH_DISABLE_UMOUNT is not set # CONFIG_NSH_DISABLE_UMOUNT is not set
# CONFIG_NSH_DISABLE_UNAME is not set # CONFIG_NSH_DISABLE_UNAME is not set
@@ -958,6 +972,8 @@ CONFIG_NSH_TELNETD_DAEMONSTACKSIZE=2048
CONFIG_NSH_TELNETD_CLIENTPRIO=100 CONFIG_NSH_TELNETD_CLIENTPRIO=100
CONFIG_NSH_TELNETD_CLIENTSTACKSIZE=2048 CONFIG_NSH_TELNETD_CLIENTSTACKSIZE=2048
CONFIG_NSH_IOBUFFER_SIZE=512 CONFIG_NSH_IOBUFFER_SIZE=512
# CONFIG_NSH_LOGIN is not set
# CONFIG_NSH_CONSOLE_LOGIN is not set
# CONFIG_NSH_TELNET_LOGIN is not set # CONFIG_NSH_TELNET_LOGIN is not set
# #
@@ -977,7 +993,6 @@ CONFIG_NSH_IOBUFFER_SIZE=512
# CONFIG_SYSTEM_CUTERM is not set # CONFIG_SYSTEM_CUTERM is not set
# CONFIG_SYSTEM_INSTALL is not set # CONFIG_SYSTEM_INSTALL is not set
# CONFIG_SYSTEM_HEX2BIN is not set # CONFIG_SYSTEM_HEX2BIN is not set
# CONFIG_FSUTILS_INIFILE is not set
# CONFIG_SYSTEM_HEXED is not set # CONFIG_SYSTEM_HEXED is not set
# CONFIG_SYSTEM_NETDB is not set # CONFIG_SYSTEM_NETDB is not set
# CONFIG_SYSTEM_RAMTEST is not set # CONFIG_SYSTEM_RAMTEST is not set
@@ -989,4 +1004,5 @@ CONFIG_READLINE_ECHO=y
# CONFIG_SYSTEM_SDCARD is not set # CONFIG_SYSTEM_SDCARD is not set
# CONFIG_SYSTEM_SUDOKU is not set # CONFIG_SYSTEM_SUDOKU is not set
# CONFIG_SYSTEM_VI is not set # CONFIG_SYSTEM_VI is not set
# CONFIG_SYSTEM_UBLOXMODEM is not set
# CONFIG_SYSTEM_ZMODEM is not set # CONFIG_SYSTEM_ZMODEM is not set
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+7 -2
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_EZ80_ZDSII_V521),y)
ZDSVERSION := 5.2.1
else # ifeq ($(CONFIGEZ80_ZDSII_V511),y)
ZDSVERSION := 5.1.1 ZDSVERSION := 5.1.1
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSINSTALLDIR := C:/PROGRA~2/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION)
@@ -250,7 +254,8 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y)
# Windows-native host tools # Windows-native host tools
MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative #MKDEP = $(TOPDIR)\tools\mkdeps.exe --winnative
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
else else
# Linux/Cygwin host tool definitions # Linux/Cygwin host tool definitions
@@ -262,7 +267,7 @@ else
# This is the tool to use for dependencies (i.e., none) # This is the tool to use for dependencies (i.e., none)
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mknulldeps.sh
# ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies # ZDS-II cannot follow Cygwin soft links, so we will have to use directory copies
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# #
# This is the Cygwin path to location where the XDS-II tools were installed # This is the Cygwin path to location where the XDS-II tools were installed
# #
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin" #TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.1.1\bin"
TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/ZiLOG/ZDSII_eZ80Acclaim!_5.2.1/bin"
# #
# Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin # Add the path to the toolchain to the PATH varialble. NOTE that /bin and /usr/bin
+4
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_Z8_ZDSII_V522),y)
ZDSVERSION = 5.2.2
else # ifeq ($(CONFIG_Z8_ZDSII_V500),y)
ZDSVERSION = 5.0.0 ZDSVERSION = 5.0.0
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR = C:/PROGRA~2/ZiLOG/ZDSII_Z8Encore!_$(ZDSVERSION) ZDSINSTALLDIR = C:/PROGRA~2/ZiLOG/ZDSII_Z8Encore!_$(ZDSVERSION)
+4
View File
@@ -45,7 +45,11 @@ include $(TOPDIR)/tools/Config.mk
# #
# Your PC may be configured differently. # Your PC may be configured differently.
ifeq ($(CONFIG_Z8_ZDSII_V522),y)
ZDSVERSION = 5.2.2
else # ifeq ($(CONFIG_Z8_ZDSII_V500),y)
ZDSVERSION = 5.0.0 ZDSVERSION = 5.0.0
endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y) ifeq ($(CONFIG_WINDOWS_NATIVE),y)
ZDSINSTALLDIR = C:/PROGRA~2/ZiLOG/ZDSII_Z8Encore!_$(ZDSVERSION) ZDSINSTALLDIR = C:/PROGRA~2/ZiLOG/ZDSII_Z8Encore!_$(ZDSVERSION)