public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: wavecom wavecom <wavecomw@yahoo.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] AT91SAM7SEK and USB-SLAVE
Date: Tue, 21 Aug 2007 08:15:00 -0000	[thread overview]
Message-ID: <237641.11796.qm@web60723.mail.yahoo.com> (raw)
In-Reply-To: <20070704092400.GB24630@lunn.ch>

IÂ’ve created test USB package (only package
directories and definition without any C-code).
testusb.cdl looks like below:
“
cdl_package CYGPKG_TEST_USB {
    display       "Test USB"
    description   "Test USB"
    implements  CYGPKG_IO_USB
    implements  CYGPKG_IO_USB_SLAVE
    implements  CYGINT_IO_USB_SLAVE_CLIENTS 

    cdl_component CYGPKG_TEST_USB_DEVICES {
        display       "Test USB dev"
        flavor        bool
        default_value 1
        description   "Test USB dev"
    }

}
“.
Next IÂ’ve added the package to ecos.db and to my
project. But still, when I’m trying to enable “Support
the control endpoint 0”, I’ve got conflict “… requires
CYGPKG_IO_USB CYGPKG_IO_USB_SLAVE”. 
To solve that, I’ve tried to add “USB slave-side
support” and “USB Support” but the configuration tool
rejected that, because of hardware property.
Do I need to add these two packages?
How to solve CYGPKG_IO_USB CYGPKG_IO_USB_SLAVE
problem?
IÂ’m used at91sam7sek template.

Pete

> On Tue, Jul 03, 2007 at 02:33:39PM -0700, wavecom
> wavecom wrote:
> > Hi,
> > 
> > I'm trying to configure usb-slave with the
> AT91SAM7SEK
> > template. So I've enabled USB and ?Atmel AT91 USB
> > Device Driver? and ?Support the control endpoint
> 0?.
> > But in conflict list I've got that
> > CYGFUN_DEVS_USB_AT91_EP0 Requires CYGPKG_IO_USB 
> > CYGPKG_IO_USB_SLAVE. So I 've found a patch:  ?
> >
>
http://www.mail-archive.com/ecos-patches@ecos.sourceware.org/msg00355.html
> > ?. I was trying to patch the usbs_at91.cdl,  but 
> in
> > my  usbs_at91.cdl (# Date:           2006-02-25) 
> is ?
> >        default_value CYGINT_IO_USB_SLAVE_CLIENTS?
> just
> > like in + in the patch 
> > ?
> > -        calculated    CYGINT_IO_USB_SLAVE_CLIENTS
> > +        default_value CYGINT_IO_USB_SLAVE_CLIENTS
> > ?
> > How to solve the usb-slave problem?
> 
> What it is trying to tell you is that there is no
> client software
> using the USB, so there is no need to compile the
> USB stack. So it
> does not compile it.
> 
> You either need to include/write a package which
> uses the USB package
> and implements the CDL interface
> CYGINT_IO_USB_SLAVE_CLIENTS, or you
> need to set option CYGGLO_IO_USB_SLAVE_APPLICATION
> and you application
> code can the use the USB slave functions.
> 
>      Andrew
> 



      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  parent reply	other threads:[~2007-08-21  8:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-03 21:33 wavecom wavecom
2007-07-04  9:24 ` Andrew Lunn
2007-07-04 12:08   ` wavecom wavecom
2007-08-21  8:15   ` wavecom wavecom [this message]
2007-08-21  8:27     ` Andrew Lunn
2007-08-22  8:36       ` wavecom wavecom

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=237641.11796.qm@web60723.mail.yahoo.com \
    --to=wavecomw@yahoo.com \
    --cc=andrew@lunn.ch \
    --cc=ecos-discuss@ecos.sourceware.org \
    /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).