You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Arc R. <arc...@gm...> - 2009-06-11 15:40:44
|
Not yet, but soon. I've been working on FX1 support as time permits, FX2 support is trivial after that. Note however that there are very few cases where USB 2.0 is helpful for HID devices, for cost and hardware simplicity you're likely looking for the FX1 instead. A non-profit group I'm working with will be selling FX1-based boards that will cost less than the USB I2C/IO EZ-USB geared toward hobby and educational use by the end of this year. On Thu, Jun 11, 2009 at 10:46 AM, Chris Penny < chr...@co...> wrote: > This project looks very useful, but Cypress does not recommend the > AN21xx family for new development > <http://www.cypress.com/products/index.jsp?fid=13&rpn=AN21xx>. Does > ez-hid offer support for EZ-USB FX2? > > Thanks, > Chris Penny > > |
From: Chris P. <chr...@co...> - 2009-06-11 15:00:30
|
This project looks very useful, but Cypress does not recommend the AN21xx family for new development <http://www.cypress.com/products/index.jsp?fid=13&rpn=AN21xx>. Does ez-hid offer support for EZ-USB FX2? Thanks, Chris Penny |
From: Arc R. <arc...@gm...> - 2008-04-08 21:03:29
|
I've noticed this project hasn't seen much activity over the past 3.5 years Has it gone moribund or has development just been going on in the background? Are there plans to support the EZ-USB FX2 at some point? |
From: Arnim L. <arn...@gm...> - 2002-08-27 22:23:42
|
After having evaluated fxload and Cypress' I2C firmware in vend_ax.hex I wrote a I2C programming FW myself for copyright reasons. vend_ax.hex is part of the development kit which comes with a non-GPL license. New software is now available in the tools/ directory where you will find i2c_firm and a perl script called eeprom.pl which is the host application that sends the data to the EZ-USB device. Refer to http://ezhid.sourceforge.net/prog_e2prom.html for details. Arnim |
From: Arnim L. <arn...@gm...> - 2002-05-26 17:17:34
|
I have been told that there is a utility that lets you program the on-board I2C EEPROM directly over the USB connection. This is done by 'fxload' which is part of the Linux-hotplug project (see http://linux-hotplug.sourceforge.net) and a separate firmware that implements the 0XA2 vendor request. The firmware is part of the AN2131 development kit (file vend_ax.hex) and can be downloaded from Cypress' web site. More information will follow. Arnim |