From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3201 invoked by alias); 1 Aug 2007 12:15:47 -0000 Received: (qmail 3192 invoked by uid 22791); 1 Aug 2007 12:15:47 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Aug 2007 12:15:44 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1IGD75-0008NE-00; Wed, 01 Aug 2007 14:15:39 +0200 Date: Wed, 01 Aug 2007 12:15:00 -0000 From: Andrew Lunn To: sandip Cc: ecos-devel@ecos.sourceware.org Subject: Re: FW: How to use USB? Message-ID: <20070801121539.GB31277@lunn.ch> References: <1185967867059.417.postmaster@masibus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1185967867059.417.postmaster@masibus.com> User-Agent: Mutt/1.5.16 (2007-06-11) X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2007-08/txt/msg00001.txt.bz2 > How many drivers are available for sam7x.? Have you read the source code? Looked at ecos.db? > How to write our own program.? Try the user guide: http://ecos.sourceware.org/docs-latest/user-guide/ecos-user-guide.html > I want to use USB in my program so please give some idea or program how to > use it? Try the USB documentation: http://ecos.sourceware.org/docs-latest/ref/io-usb-slave.html and take a look at the USB ethernet driver sources. You might also find this interesting: http://catb.org/~esr/faqs/smart-questions.html Andrew