mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
- 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:
6
src/target/interface/luminary-libftdi.cfg
Normal file
6
src/target/interface/luminary-libftdi.cfg
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user