From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27489 invoked by alias); 4 Jun 2009 11:00:04 -0000 Received: (qmail 27404 invoked by uid 22791); 4 Jun 2009 11:00:02 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_91,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Jun 2009 10:59:57 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MCAfr-0000KX-Hy for ecos-devel@ecos.sourceware.org; Thu, 04 Jun 2009 03:59:55 -0700 Message-ID: <23867737.post@talk.nabble.com> Date: Thu, 04 Jun 2009 11:00:00 -0000 From: GaurangT To: ecos-devel@ecos.sourceware.org Subject: Re: Updated version of the STM32 USB driver. In-Reply-To: <4A23A4B1.9020805@zynaptic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <4A23A4B1.9020805@zynaptic.com> 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: 2009-06/txt/msg00012.txt.bz2 Hi Chris, I tried your latest STM32 driver and was successfully add USB slave-side serial drivers package. when I select enable control the endpoint 0 and enable all usb slave serial support in configtool. What is defined data structure in USB IN and OUT endpoint structure in stm32 evel board. If I mention default data structure,I got compile error (like undefined reference to usbs_at91_ep1 and usbs_at91_ep2) in usb2serial test program. Gaurang Chris Holgate wrote: > > Hi folks, > > I have just uploaded a new version of the STM32 USB driver here: > > www.zynaptic.com/ecos/packages/stm32-usb-20090601.epk > > Changes from the last code drop are as follows: > > 1) Driver compilation is now switched on and off in CDL using the > 'enable endpoiont 0' option. > > 2) Disabling devtab support is now a CDL constraint on using the driver. > > 3) CDL endpoint interfaces are now implemented so that the > CYGHWR_IO_USB_SLAVE_OUT_ENDPOINTS and CYGHWR_IO_USB_SLAVE_IN_ENDPOINTS > values are set correctly. This should allow the serial slave class > driver to configure correctly, but it will still need patching to cope > with dynamic endpoints. > > 4) USB support is now added directly into the existing target. See the > following post for how to safely remove it: > http://ecos.sourceware.org/ml/ecos-devel/2009-05/msg00079.html > > 5) Implemented the last functional TODO's in the source code. Anything > now marked as a TODO is a feature that it would be nice to have, but > which is not essential to normal operation. > > Chris. > > -- View this message in context: http://www.nabble.com/Updated-version-of-the-STM32-USB-driver.-tp23812467p23867737.html Sent from the Sourceware - ecos-devel mailing list archive at Nabble.com.