added minimodule interface
This commit is contained in:
parent
47aa65b3e8
commit
5227ae7162
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# FTDI MiniModule
|
||||||
|
#
|
||||||
|
# http://www.ftdichip.com/Support/Documents/DataSheets/Modules/DS_FT2232H_Mini_Module.pdf
|
||||||
|
#
|
||||||
|
|
||||||
|
interface ft2232
|
||||||
|
ft2232_device_desc "FT2232H MiniModule"
|
||||||
|
ft2232_layout "minimodule"
|
||||||
|
ft2232_vid_pid 0x0403 0x6010
|
Loading…
Reference in New Issue