initial commit

This commit is contained in:
2013-10-02 10:43:54 +02:00
commit f3e562f835
92 changed files with 7400 additions and 0 deletions

20
README Normal file
View File

@@ -0,0 +1,20 @@
-- Cypress EZ-USB FX2 --
- Firmware -
Library routines for creating firmware for the Cypress FX2
(CY7C68013 and variants) with SDCC.
http://fx2lib.sourceforge.net
Including adjustments to support the implemented FPGA VHDL
module.
- FPGA -
The FPGA implementation consists of multiple modules.
f2p/ - FX2 to PIPE module. (FX2 master to pipe)
strm_ddr2/ - STRM client to access DDR2 memory
misc/ - some general used modules
vendor/ - vendor specific files
- Linux -
libusb wrapper library and ddr2 example application