This is the mail archive of the ecos-patches@sourceware.org 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]

Re: AT91 ADC support


Sergei Gavrikov wrote:

> Excuse, that took a bit more time for testing. So, with the latest sent
> stuff, it's possible to build ADC driver and ADC tests for the next AT91
> targets
> 
>   at91sam7sek: SUCCESS
>   at91sam7xek: SUCCESS
>   sam7ex256: SUCCESS
>   eb55: SUCCESS
>   phycore: SUCCESS

I've added CYGPKG_DEVS_ADC_ARM_AT91 to the target records for these
targets. Checked-in.

John Dallaway
eCos maintainer
http://www.dallaway.org.uk/john
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.217
diff -U5 -r1.217 ChangeLog
--- ChangeLog	18 Feb 2011 15:20:59 -0000	1.217
+++ ChangeLog	22 Feb 2011 11:21:49 -0000
@@ -1,5 +1,11 @@
+2011-02-22  John Dallaway  <john@dallaway.org.uk>
+
+	* ecos.db: Add hardware package CYGPKG_DEVS_ADC_ARM_AT91 to
+	applicable target records: at91sam7sek, at91sam7xek, sam7ex256,
+	eb55, phycore
+
 2011-02-18  John Dallaway  <john@dallaway.org.uk>
 
 	* ecos.db: Remove non-hardware package CYGPKG_IO_ADC from the
 	ek-lm3s811 target definition and eliminate leading space in alias
 	string for correct sorting of targets by name.
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.203
diff -U5 -r1.203 ecos.db
--- ecos.db	18 Feb 2011 15:20:59 -0000	1.203
+++ ecos.db	22 Feb 2011 11:21:50 -0000
@@ -4755,10 +4755,11 @@
                    CYGPKG_DEVS_SPI_ARM_AT91
                    CYGPKG_DEVICES_WATCHDOG_ARM_AT91WDTC
                    CYGPKG_IO_USB
                    CYGPKG_IO_USB_SLAVE
                    CYGPKG_DEVS_USB_AT91
+                   CYGPKG_DEVS_ADC_ARM_AT91
         }
         description "
         The at91sam7sek target provides the packages needed to run eCos on an 
         Atmel AT91SAM7S-EK evaluation board."
 }
@@ -4778,10 +4779,11 @@
                    CYGPKG_IO_USB_SLAVE
                    CYGPKG_DEVS_USB_AT91
                    CYGPKG_DEVS_ETH_PHY
                    CYGPKG_DEVS_ETH_ARM_AT91
                    CYGPKG_DEVS_CAN_AT91SAM7
+                   CYGPKG_DEVS_ADC_ARM_AT91
         }
         description "
         The at91sam7xek target provides the packages needed to run eCos on an 
         Atmel AT91SAM7X-EK evaluation board."
 }
@@ -4801,10 +4803,11 @@
                    CYGPKG_IO_USB_SLAVE
                    CYGPKG_DEVS_USB_AT91
                    CYGPKG_DEVS_ETH_PHY
                    CYGPKG_DEVS_ETH_ARM_AT91
                    CYGPKG_DEVS_CAN_AT91SAM7
+                   CYGPKG_DEVS_ADC_ARM_AT91
         }
         description "
         The SAM7EX256 target provides the packages needed to run eCos on an 
         Olimex SAM7-EX256 evaluation board."
 }
@@ -4849,10 +4852,11 @@
                    CYGPKG_IO_SERIAL_ARM_AT91
                    CYGPKG_IO_SPI
                    CYGPKG_DEVS_SPI_ARM_EB55
                    CYGPKG_DEVS_SPI_ARM_AT91
                    CYGPKG_DEVICES_WATCHDOG_ARM_AT91
+                   CYGPKG_DEVS_ADC_ARM_AT91
         }
         description "
 	The eb55 target provides the packages needed to run eCos on an Atmel
 	evaluation board (EB55)."
 }
@@ -4864,10 +4868,11 @@
                    CYGPKG_HAL_ARM_AT91_PHYCORE
                    CYGPKG_DEVS_FLASH_PHYCORE
                    CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
                    CYGPKG_IO_SERIAL_ARM_AT91
                    CYGPKG_DEVICES_WATCHDOG_ARM_AT91
+                   CYGPKG_DEVS_ADC_ARM_AT91
         }
         description "
 	The phyCORE AT91M55800A target provides the packages needed to 
         run eCos on an PHYTEC evaluation board (phycore AT91M55800A based 
         on HD200)."

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