public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
From: John Dallaway <john@dallaway.org.uk>
To: eCos Patches <ecos-patches@ecos.sourceware.org>
Cc: Sergei Gavrikov <sergei.gavrikov@gmail.com>,
	       Christophe Coutand <ccoutand@stmi.com>
Subject: Re: AT91 ADC support
Date: Tue, 22 Feb 2011 11:33:00 -0000	[thread overview]
Message-ID: <4D639EF8.1020606@dallaway.org.uk> (raw)
In-Reply-To: <alpine.DEB.2.00.1005291302520.14094@sg-laptop>

[-- Attachment #1: Type: text/plain, Size: 451 bytes --]

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

[-- Attachment #2: at91-adc-targets-110222.patch --]
[-- Type: text/x-patch, Size: 3258 bytes --]

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)."

  parent reply	other threads:[~2011-02-22 11:33 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-22  9:40 Christophe Coutand
2010-05-27 13:42 ` John Dallaway
2010-05-27 13:52   ` Sergei Gavrikov
2010-05-27 14:16     ` Christophe Coutand
2010-05-27 14:47       ` John Dallaway
2010-05-27 15:44         ` Christophe Coutand
2010-05-27 16:08           ` John Dallaway
2010-05-27 16:37             ` Kurt Siedenburg
2010-05-27 16:37           ` Sergei Gavrikov
2010-05-27 19:49             ` Christophe Coutand
2010-05-27 21:44               ` Sergei Gavrikov
2010-05-29 10:24                 ` Sergei Gavrikov
2010-05-29 13:10                   ` John Dallaway
2010-05-30 10:34                     ` Sergei Gavrikov
2010-05-30 12:40                       ` Christophe Coutand
2010-05-30 13:46                         ` Sergei Gavrikov
2011-02-22 11:33                   ` John Dallaway [this message]
2010-05-27 21:37             ` Christophe Coutand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D639EF8.1020606@dallaway.org.uk \
    --to=john@dallaway.org.uk \
    --cc=ccoutand@stmi.com \
    --cc=ecos-patches@ecos.sourceware.org \
    --cc=sergei.gavrikov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).