Difference between revisions of "Ez Usb"

From eLinux.org
Jump to: navigation, search
m (Bot (Edward's framework))
 
m (Development Boards updated)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
EZ-USB Based Device List
+
== EZ-USB Based Device List ==
  
General Products:
+
=== Firmware Kit + Driver API ===
 +
 
 +
An Open Source EZ-USB SDK is available at [http://www.ztex.de/firmware-kit/index.e.html http://www.ztex.de/firmware-kit].
 +
 
 +
It is mainly intended for our ZTEX FPGA Boards but should run on every EZ-USB based hardware. The package currently runs under Linux and Windows.
 +
 
 +
The Firmware is written in C and requires the SDCC compiler. A macro approach allows to configure the Firmware easily using macro commands. The necessary USB descriptors and the descriptor handling routines are generated automatically.
 +
 
 +
The driver API is written in Java and allows platform independent device drivers. Alternatively the USB devices can be accessed through a web and a socket interface using the device server.
 +
 
 +
=== General Products ===
 
* [http://www.digit-life.com/articles/lucentorinocousb/ Orinoco Wireless USB Adapter]
 
* [http://www.digit-life.com/articles/lucentorinocousb/ Orinoco Wireless USB Adapter]
 
* [http://www.alcove-labs.org/en/addons/hh501/ HH501 Smartmedia Reader/Writer]
 
* [http://www.alcove-labs.org/en/addons/hh501/ HH501 Smartmedia Reader/Writer]
Line 8: Line 18:
 
* [http://www.the-console-corner.com/shop/product.php?productid=6546 Flash2Advance Ultra USB Writer]
 
* [http://www.the-console-corner.com/shop/product.php?productid=6546 Flash2Advance Ultra USB Writer]
  
Development Boards:
+
=== Development Boards ===
 
* [http://www.devasys.com/usbi2cio.htm DeVaSys USB I2C/IO EZ-USB board]
 
* [http://www.devasys.com/usbi2cio.htm DeVaSys USB I2C/IO EZ-USB board]
 
* [http://www.activewireinc.com/ ActiveWire USB Devices]
 
* [http://www.activewireinc.com/ ActiveWire USB Devices]
Line 18: Line 28:
 
* [http://www.kanda.com/index.php3?cs=1&bc=direct&bw=%2Fbrowse.php3%3Fnode%3D118%26semisupport%3D Quick USB Module]
 
* [http://www.kanda.com/index.php3?cs=1&bc=direct&bw=%2Fbrowse.php3%3Fnode%3D118%26semisupport%3D Quick USB Module]
 
* [http://www.elrasoft.com/ High-Speed USB Module]
 
* [http://www.elrasoft.com/ High-Speed USB Module]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.18.e.html ZTEX USB-FPGA-Module 2.18: FPGA Board with EZ-USB FX3 Microcontroller and Artix XC7A200T FPGA and DDR3 SDRAM]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.16.e.html ZTEX USB-FPGA-Module 2.16: FPGA Board with EZ-USB FX2 Microcontroller and Artix XC7A200T FPGA]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.14.e.html ZTEX USB-FPGA-Module 2.14: FPGA Board with EZ-USB FX3 Microcontroller, Artix XC7A15T to XC7A100T FPGA and 256 MB DDR3 SDRAM]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.13.e.html ZTEX USB-FPGA-Module 2.13: FPGA Board with EZ-USB FX2 Microcontroller, Artix XC7A35T to XC7A100T FPGA and 256 MB DDR3 SDRAM]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.04.e.html ZTEX USB-FPGA-Module 2.04: FPGA Board with EZ-USB FX2 Microcontroller, Spartan 6 XC6SLX16 FPGA and 64 MB DDR SDRAM]
 +
* [http://www.ztex.de/usb-fpga-2/usb-fpga-2.01.e.html ZTEX USB-FPGA-Module 2.01: FPGA Board with EZ-USB FX2 Microcontroller and Spartan 6 XC6SLX16 FPGA]
 +
 +
[[Category:Development Tools]]

Latest revision as of 14:22, 5 December 2016

EZ-USB Based Device List

Firmware Kit + Driver API

An Open Source EZ-USB SDK is available at http://www.ztex.de/firmware-kit.

It is mainly intended for our ZTEX FPGA Boards but should run on every EZ-USB based hardware. The package currently runs under Linux and Windows.

The Firmware is written in C and requires the SDCC compiler. A macro approach allows to configure the Firmware easily using macro commands. The necessary USB descriptors and the descriptor handling routines are generated automatically.

The driver API is written in Java and allows platform independent device drivers. Alternatively the USB devices can be accessed through a web and a socket interface using the device server.

General Products

Development Boards