cmake: add FTDI FT4222 support
authorHenry Bruce <henry.bruce@intel.com>
Fri, 26 Jun 2015 20:48:23 +0000 (13:48 -0700)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Tue, 8 Sep 2015 13:42:03 +0000 (14:42 +0100)
commit1c9b87bfd357ec7413c66024121a7bb47d3fbda5
tree57c9d2a56b4cea00a2865acf572b8a2da3ddd274
parente353508e30e48e238b07232cc4a3349ca2a763ed
cmake: add FTDI FT4222 support

Existing FTDI D2xx support is just for serial comms library
but FT4222 needs a different library for i2c operation.

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
CMakeLists.txt
cmake/modules/FindFtd4222.cmake [new file with mode: 0644]
examples/CMakeLists.txt
src/CMakeLists.txt
src/usb/CMakeLists.txt
src/usb/usb.c