- added luminary libftdi interface config
git-svn-id: svn://svn.berlios.de/openocd/trunk@778 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
a6a65f17f3
commit
525de2ed3d
|
@ -0,0 +1,6 @@
|
|||
# ftdi interface using libftdi driver
|
||||
interface ft2232
|
||||
ft2232_device_desc "Stellaris Evaluation Board"
|
||||
ft2232_layout evb_lm3s811
|
||||
ft2232_vid_pid 0x0403 0xbcd9
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# ftdi interface
|
||||
# ftdi interface using ftdi driver
|
||||
interface ft2232
|
||||
ft2232_device_desc "Stellaris Evaluation Board A"
|
||||
ft2232_layout evb_lm3s811
|
||||
|
|
Loading…
Reference in New Issue