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]

Include AT91 watchdog driver in at91 target.


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.70
diff -u -5 -p -r1.70 ChangeLog
--- ChangeLog 6 Aug 2002 15:33:28 -0000 1.70
+++ ChangeLog 6 Aug 2002 19:29:20 -0000
@@ -1,5 +1,9 @@
+2002-08-06 Jonathan Larmour <jifl@ecoscentric.com>
+
+ * ecos.db: Include AT91 watchdog driver in at91 target.
+
2002-08-06 Thomas Koeller <thomas@koeller.dyndns.org>

* ecos.db: Add AT91 watchdog driver.

2002-06-20 Gary Thomas <gary@chez-thomas.org>
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.64
diff -u -5 -p -r1.64 ecos.db
--- ecos.db 6 Aug 2002 15:33:28 -0000 1.64
+++ ecos.db 6 Aug 2002 19:29:23 -0000
@@ -3000,10 +3000,11 @@ target at91 {
alias { "Atmel evaluation board (EB40)" eb40 }
packages { CYGPKG_HAL_ARM
CYGPKG_HAL_ARM_AT91
CYGPKG_DEVS_FLASH_AT91
CYGPKG_IO_SERIAL_ARM_AT91
+ CYGPKG_DEVICES_WATCHDOG_ARM_AT91
}
description "
The aeb target provides the packages needed to run eCos on an Atmel
evaluation board (EB40)."
}


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