diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-08-03 20:58:29 -0700 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-13 09:52:27 +0200 |
commit | c3ee26d2726c869db3c993dc7b6e6223de624d74 (patch) | |
tree | 04871d95fe998494145b4f0daa54246e09ea5a53 /tcl/interface | |
parent | a72faf6405234d2b46e293edfffc7a00d21c7fc8 (diff) |
Added support for Lisa/L builtin JTAG interface.
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/lisa-l.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tcl/interface/lisa-l.cfg b/tcl/interface/lisa-l.cfg new file mode 100644 index 00000000..cc7d6ccd --- /dev/null +++ b/tcl/interface/lisa-l.cfg @@ -0,0 +1,11 @@ +# +# Lisa/L +# +# http://paparazzi.enac.fr/wiki/Lisa +# + +interface ft2232 +ft2232_vid_pid 0x0403 0x6010 +ft2232_device_desc "Lisa/L" +ft2232_layout "lisa-l" +ft2232_latency 2 |