This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Shorten long target names in ecos.db


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.104
diff -u -5 -p -r1.104 ChangeLog
--- ChangeLog	24 Mar 2003 21:59:28 -0000	1.104
+++ ChangeLog	24 Apr 2003 00:22:53 -0000
@@ -1,5 +1,10 @@
+2003-04-24  Jonathan Larmour  <jifl at eCosCentric dot com>
+
+	* ecos.db: Shorten some long target names to stop them overrunning
+	GUI boundaries.
+
 2003-03-24  Gary Thomas  <gary at mlbassoc dot com>
 
 	* ecos.db: New platform - Analogue & Micro AdderII (PPC852T)
 
 2003-03-18  Mark Salter  <msalter at redhat dot com>
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.93
diff -u -5 -p -r1.93 ecos.db
--- ecos.db	24 Mar 2003 21:59:28 -0000	1.93
+++ ecos.db	24 Apr 2003 00:22:55 -0000
@@ -3348,11 +3348,11 @@ target e7t {
 The e7t target provides the packages needed to run eCos on an ARM
 Evaluator7T board (aka AEB-2)."
 }
 
 target integrator_arm7 {
-        alias { "ARM development board (INTEGRATOR) with ARM7TDMI" integrator }
+        alias { "ARM INTEGRATOR development board w/ ARM7TDMI" integrator }
         packages { CYGPKG_HAL_ARM 
                    CYGPKG_HAL_ARM_INTEGRATOR 
                    CYGPKG_IO_PCI
                    CYGPKG_IO_SERIAL_ARM_INTEGRATOR
 		   CYGPKG_DEVS_FLASH_INTEL_28FXXX
@@ -3365,11 +3365,11 @@ target integrator_arm7 {
         run eCos on an ARM development board with an ARM7TDMI core
         module installed."
 }
 
 target integrator_arm9 {
-        alias { "ARM development board (INTEGRATOR) with ARM966" }
+        alias { "ARM INTEGRATOR development board w/ ARM966" }
         packages { CYGPKG_HAL_ARM
 		   CYGPKG_HAL_ARM_ARM9
                    CYGPKG_HAL_ARM_INTEGRATOR 
                    CYGPKG_IO_PCI
                    CYGPKG_IO_SERIAL_ARM_INTEGRATOR
@@ -4315,11 +4315,11 @@ target vrc4375 {
            The vrc4375 target provides the packages needed to run
            eCos on an NEC VRC4375 board."
 }
 
 target refidt334 {
-        alias		{ "MIPS IDT79S334A reference platform with IDT79RC32334 procesor" idt32334 }
+        alias		{ "MIPS IDT79S334A reference platform" idt32334 }
 	packages        { CYGPKG_HAL_MIPS
                           CYGPKG_HAL_MIPS_IDT32334
                           CYGPKG_HAL_MIPS_IDT32334_REFIDT334
                           CYGPKG_IO_PCI
 			  CYGPKG_DEVS_ETH_INTEL_I82559


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]