Added ft2232_interface_swd driver declaration with default transport set to swd_only...
commit1363ef2f36a1ed235d8304b527c9935270cdfd7c
authorTomek CEDRO <cederom@tlen.pl>
Tue, 30 Oct 2012 16:04:18 +0000 (30 17:04 +0100)
committerTomek CEDRO <cederom@tlen.pl>
Fri, 21 Dec 2012 13:09:20 +0000 (21 14:09 +0100)
treed53872d9b9c5e589f2f22e72ea04ea42b3da326d
parent1ee36023bc75fa654a7713b73bf2f7fccca0ab71
Added ft2232_interface_swd driver declaration with default transport set to swd_only. It is based on existing ft2232 and jtag_interface. It contains ft2232_transfer and ft2232_bitbang functions by default, thus it will work only with ft2232 devices for now. This will be the first interface type to work with LibSWD.

Change-Id: Ie06ac0430ed588423f32a904b102983ce224a062
Signed-off-by: Tomek CEDRO <cederom@tlen.pl>
src/jtag/drivers/ft2232.c