From 658717a7c4bcb7f69635d5ffd097b7c8179783ec Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Feb 2009 03:56:35 +0000 Subject: Bring all eZ80 config files to same level git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1530 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/nettest/Make.defs | 5 +++-- nuttx/configs/ez80f910200zco/nettest/defconfig | 17 +++++++------- .../configs/ez80f910200zco/nettest/nettest.linkcmd | 10 ++++----- .../configs/ez80f910200zco/nettest/nettest.zdsproj | 26 +++++++++++----------- nuttx/configs/ez80f910200zco/nettest/setenv.sh | 4 ++-- 5 files changed, 31 insertions(+), 31 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/nettest') diff --git a/nuttx/configs/ez80f910200zco/nettest/Make.defs b/nuttx/configs/ez80f910200zco/nettest/Make.defs index 760f097ca..6ef4dfa46 100644 --- a/nuttx/configs/ez80f910200zco/nettest/Make.defs +++ b/nuttx/configs/ez80f910200zco/nettest/Make.defs @@ -1,7 +1,7 @@ ############################################################################ # configs/ez80f910200zco/nettest/Make.defs # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -37,7 +37,8 @@ include ${TOPDIR}/.config # These are the directories where the ZDS-II toolchain is installed -ZDSINSTALLDIR := C:/Program\ Files/ZiLOG/ZDSII_eZ80Acclaim!_4.11.0 +ZDSVERSION := 4.11.1 +ZDSINSTALLDIR := C:/Program\ Files/ZiLOG/ZDSII_eZ80Acclaim!_$(ZDSVERSION) ZDSBINDIR := $(ZDSINSTALLDIR)/bin ZDSSTDINCDIR := $(ZDSINSTALLDIR)/include/std ZDSZILOGINCDIR := $(ZDSINSTALLDIR)/include/zilog diff --git a/nuttx/configs/ez80f910200zco/nettest/defconfig b/nuttx/configs/ez80f910200zco/nettest/defconfig index 9c90118f3..a6a62b221 100644 --- a/nuttx/configs/ez80f910200zco/nettest/defconfig +++ b/nuttx/configs/ez80f910200zco/nettest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/ez80f910200zco/nettest/defconfig # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -58,8 +58,7 @@ # Define if the architecture suports prioritizaton of interrupts # and the up_prioritize_irq() API. # CONFIG_BOARD_LOOPSPERMSEC - for delay loops -# CONFIG_ENDIAN_BIG - Define for big-endian operation -# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) +# CONFIG_ENDIAN_BIG - Define for big endian (default is little endian) # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture. # CONFIG_ARCH_BUTTONS - Provide button APIs. Unique to board architecture. @@ -84,7 +83,7 @@ CONFIG_ARCH_BUTTONS=n CONFIG_ARCH_TIMERHOOK=y # -# eZ8 specific device driver settings +# eZ80 specific device driver settings # # CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the # console and ttyS0 (default is the UART0). @@ -203,13 +202,13 @@ CONFIG_ARCH_LOWPUTC=y CONFIG_RR_INTERVAL=0 CONFIG_SCHED_INSTRUMENTATION=n CONFIG_TASK_NAME_SIZE=0 -CONFIG_START_YEAR=2008 -CONFIG_START_MONTH=12 -CONFIG_START_DAY=7 +CONFIG_START_YEAR=2009 +CONFIG_START_MONTH=2 +CONFIG_START_DAY=25 CONFIG_JULIAN_TIME=n CONFIG_HAVE_LOWUARTINIT=y -CONFIG_DEV_CONSOLE=n -CONFIG_DEV_LOWCONSOLE=n +CONFIG_DEV_CONSOLE=y +CONFIG_DEV_LOWCONSOLE=y # # The following can be used to disable categories of diff --git a/nuttx/configs/ez80f910200zco/nettest/nettest.linkcmd b/nuttx/configs/ez80f910200zco/nettest/nettest.linkcmd index b1fa9777d..f1608c2a1 100755 --- a/nuttx/configs/ez80f910200zco/nettest/nettest.linkcmd +++ b/nuttx/configs/ez80f910200zco/nettest/nettest.linkcmd @@ -1,7 +1,7 @@ /****************************************************************************/ /* configs/ez80f910200zco/nettest/nettest.linkcmd */ /* */ -/* Copyright (C) 2008 Gregory Nutt. All rights reserved. */ +/* Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. */ /* Author: Gregory Nutt */ /* */ /* Redistribution and use in source and binary forms, with or without */ @@ -35,12 +35,12 @@ -FORMAT=OMF695,INTEL32 -map -maxhexlen=64 -quiet -NOwarnoverlap -xref -unresolved=fatal --sort NAME=ascending -warn -NOdebug -NOigcase +-sort ADDRESS=ascending -warn -NOdebug -NOigcase RANGE ROM $000000 : $03FFFF RANGE RAM $B80000 : $BFFFFF -RANGE EXTIO $0 : $FFFF -RANGE INTIO $0 : $FF +RANGE EXTIO $000000 : $00FFFF +RANGE INTIO $000000 : $0000FF CHANGE STRSECT is ROM @@ -83,7 +83,7 @@ DEFINE __FLASH_ADDR_U_INIT_PARAM = $00 define _SYS_CLK_FREQ = 50000000 -define _OSC_FREQ = 5000000 +define _OSC_FREQ = 50000000 define _SYS_CLK_SRC = 0 define _OSC_FREQ_MULT = 1 define __PLL_CTL0_INIT_PARAM = $40 diff --git a/nuttx/configs/ez80f910200zco/nettest/nettest.zdsproj b/nuttx/configs/ez80f910200zco/nettest/nettest.zdsproj index 2c3d51d29..7bb28b9cd 100755 --- a/nuttx/configs/ez80f910200zco/nettest/nettest.zdsproj +++ b/nuttx/configs/ez80f910200zco/nettest/nettest.zdsproj @@ -1,4 +1,4 @@ - + eZ80F91 @@ -12,7 +12,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -42,22 +42,22 @@ - - + + - + - - - + + + @@ -95,18 +95,18 @@ - + - + - + @@ -244,4 +244,4 @@ - + \ No newline at end of file diff --git a/nuttx/configs/ez80f910200zco/nettest/setenv.sh b/nuttx/configs/ez80f910200zco/nettest/setenv.sh index 8c029b228..ccc66b1a1 100755 --- a/nuttx/configs/ez80f910200zco/nettest/setenv.sh +++ b/nuttx/configs/ez80f910200zco/nettest/setenv.sh @@ -1,7 +1,7 @@ #!/bin/bash # configs/ez80f910200zco/nettest/setenv.sh # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,7 +44,7 @@ fi # Instead, alias are provided for all of the ZDS-II command line tools. # Version 4.10.1 installed in the default location is assumed here. # -ZDSBINDIR="C:/Program\ Files/ZiLOG/ZDSII_eZ80Acclaim!_4.10.1/bin" +ZDSBINDIR="C:/Program\ Files/ZiLOG/ZDSII_eZ80Acclaim!_4.11.1/bin" alias ez8asm="${ZDSBINDIR}/ez8asm.exe" alias ez8cc="${ZDSBINDIR}/ez8cc.exe" alias ez8lib="${ZDSBINDIR}/ez8lib.exe" -- cgit v1.2.3