Samples: Add fxload sample for Cypress EZ-USB chips
authorPete Batard <pete@akeo.ie>
Tue, 11 Sep 2012 00:01:07 +0000 (01:01 +0100)
committerPete Batard <pete@akeo.ie>
Thu, 13 Sep 2012 22:58:09 +0000 (23:58 +0100)
commit05975333c53d58a98b1e91f1edd220d794c7dd46
treee239dbd87b5f7e7ad58ba2fd449a511552834139
parent00a3cf9630d8376ba0c1351d30da06dc9a5f8660
Samples: Add fxload sample for Cypress EZ-USB chips

* This program was modified from the original fxload at:
  http://linux-hotplug.sourceforge.net to add libusbx
  as well as non HEX images support.
* Only supports RAM upload for now, with EEPROM and FX3
  support to be added at a later stage.
17 files changed:
examples/Makefile.am
examples/ezusb.c [new file with mode: 0644]
examples/ezusb.h [new file with mode: 0644]
examples/fxload.c [new file with mode: 0644]
examples/getopt/getopt.c [new file with mode: 0644]
examples/getopt/getopt.h [new file with mode: 0644]
examples/getopt/getopt1.c [new file with mode: 0644]
libusb/version_nano.h
msvc/ddk_build.cmd
msvc/fxload.vcxproj [new file with mode: 0644]
msvc/fxload.vcxproj.filters [new file with mode: 0644]
msvc/fxload_sources [new file with mode: 0644]
msvc/getopt.vcproj [new file with mode: 0644]
msvc/getopt.vcxproj [new file with mode: 0644]
msvc/getopt.vcxproj.filters [new file with mode: 0644]
msvc/getopt_sources [new file with mode: 0644]
msvc/libusb_2010.sln