summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/nettest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-26 03:56:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-26 03:56:35 +0000
commit658717a7c4bcb7f69635d5ffd097b7c8179783ec (patch)
tree9227dcc9e3939f368052e23b2de9eab922272952 /nuttx/configs/ez80f910200zco/nettest
parent0a05763dba286b950a69d29ecaa42ac7c2b4ba44 (diff)
downloadpx4-nuttx-658717a7c4bcb7f69635d5ffd097b7c8179783ec.tar.gz
px4-nuttx-658717a7c4bcb7f69635d5ffd097b7c8179783ec.tar.bz2
px4-nuttx-658717a7c4bcb7f69635d5ffd097b7c8179783ec.zip
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
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nettest')
-rw-r--r--nuttx/configs/ez80f910200zco/nettest/Make.defs5
-rw-r--r--nuttx/configs/ez80f910200zco/nettest/defconfig17
-rwxr-xr-xnuttx/configs/ez80f910200zco/nettest/nettest.linkcmd10
-rwxr-xr-xnuttx/configs/ez80f910200zco/nettest/nettest.zdsproj26
-rwxr-xr-xnuttx/configs/ez80f910200zco/nettest/setenv.sh4
5 files changed, 31 insertions, 31 deletions
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 <spudmonkey@racsa.co.cr>
#
# 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 <spudmonkey@racsa.co.cr>
#
# 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 <spudmonkey@racsa.co.cr> */
/* */
/* 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 @@
-<project type="Executable" project-type="Standard" configuration="Debug" created-by="c:4.11:07071801" modified-by="c:4.11:07071801">
+<project type="Executable" project-type="Standard" configuration="Debug" created-by="c:4.11:07071801" modified-by="c:4.11:08011102">
<cpu>eZ80F91</cpu>
<!-- file information -->
@@ -12,7 +12,7 @@
<tools>
<tool name="Assembler">
<options>
-<option name="define" type="string" change-action="assemble">_EZ80ACCLAIM!=1,_SIMULATE=1</option>
+<option name="define" type="string" change-action="assemble">_EZ80ACCLAIM!=1</option>
<option name="include" type="string" change-action="assemble"></option>
<option name="list" type="boolean" change-action="none">true</option>
<option name="listmac" type="boolean" change-action="none">false</option>
@@ -25,7 +25,7 @@
</tool>
<tool name="Compiler">
<options>
-<option name="define" type="string" change-action="compile">_DEBUG,_EZ80F91,_EZ80ACCLAIM!,_SIMULATE</option>
+<option name="define" type="string" change-action="compile">_DEBUG,_EZ80F91,_EZ80ACCLAIM!</option>
<option name="genprintf" type="boolean" change-action="compile">false</option>
<option name="keepasm" type="boolean" change-action="none">false</option>
<option name="keeplst" type="boolean" change-action="none">true</option>
@@ -42,22 +42,22 @@
</tool>
<tool name="Debugger">
<options>
-<option name="target" type="string" change-action="rebuild">eZ80F91ModDevKit_Flash</option>
-<option name="debugtool" type="string" change-action="none">Simulator</option>
+<option name="target" type="string" change-action="rebuild">eZ80DevPlatform_F91_Flash</option>
+<option name="debugtool" type="string" change-action="none">USBSmartCable</option>
<option name="usepageerase" type="boolean" change-action="none">true</option>
</options>
</tool>
<tool name="FlashProgrammer">
<options>
-<option name="erasebeforeburn" type="boolean" change-action="none">false</option>
+<option name="erasebeforeburn" type="boolean" change-action="none">true</option>
<option name="eraseinfopage" type="boolean" change-action="none">false</option>
<option name="enableinfopage" type="boolean" change-action="none">false</option>
<option name="includeserial" type="boolean" change-action="none">false</option>
<option name="offset" type="integer" change-action="none">0</option>
<option name="snenable" type="boolean" change-action="none">false</option>
-<option name="sn" type="string" change-action="none">0</option>
-<option name="snsize" type="integer" change-action="none">0</option>
-<option name="snstep" type="integer" change-action="none">0</option>
+<option name="sn" type="string" change-action="none">000000000000000000000000</option>
+<option name="snsize" type="integer" change-action="none">1</option>
+<option name="snstep" type="integer" change-action="none">000000000000000000000000</option>
<option name="snstepformat" type="integer" change-action="none">0</option>
<option name="snaddress" type="string" change-action="none">0</option>
<option name="snformat" type="integer" change-action="none">0</option>
@@ -95,18 +95,18 @@
<option name="relist" type="boolean" change-action="build">false</option>
<option name="startuptype" type="string" change-action="build">Included</option>
<option name="startuplnkcmds" type="boolean" change-action="build">true</option>
-<option name="usecrun" type="boolean" change-action="build">true</option>
+<option name="usecrun" type="boolean" change-action="build">false</option>
<option name="warnoverlap" type="boolean" change-action="none">true</option>
<option name="xref" type="boolean" change-action="none">true</option>
<option name="undefisfatal" type="boolean" change-action="none">true</option>
<option name="warnisfatal" type="boolean" change-action="none">false</option>
-<option name="sort" type="string" change-action="none">NAME</option>
+<option name="sort" type="string" change-action="none">ADDRESS</option>
<option name="padhex" type="boolean" change-action="build">false</option>
<option name="fplib" type="string" change-action="build">Real</option>
<option name="useadddirectives" type="boolean" change-action="build">false</option>
<option name="linkconfig" type="string" change-action="build">Standard</option>
<option name="flashinfo" type="string" change-action="build">000000-0001FF</option>
-<option name="ram" type="string" change-action="build">B7E000-B7FFFF</option>
+<option name="ram" type="string" change-action="build">B8000-BfFFFF</option>
<option name="rom" type="string" change-action="build">000000-03FFFF</option>
<option name="extio" type="string" change-action="build">000000-00FFFF</option>
<option name="intio" type="string" change-action="build">000000-0000FF</option>
@@ -244,4 +244,4 @@
<breakpoints>
</breakpoints>
-</project>
+</project> \ 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 <spudmonkey@racsa.co.cr>
#
# 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"