Marcel Jost <marcel.jost@bfh.ch>:
This patch adds support for the Luminary Micro LM3S9B90 target and LM3S9B92 Evaluation Kit. These kits include a new ft2232 adapter, the Luminary In-Circuit Debug Interface (ICDI) Board, so this is added as a new ft2232 layout called "luminary_icdi". git-svn-id: svn://svn.berlios.de/openocd/trunk@2429 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
12
tcl/interface/luminary-icdi.cfg
Normal file
12
tcl/interface/luminary-icdi.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
|
||||
# In-Circuit Debug Interface (ICDI) Board
|
||||
#
|
||||
# http://www.luminarymicro.com/products/ek-lm3s9b90.html
|
||||
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Luminary Micro ICDI Board"
|
||||
ft2232_layout luminary_icdi
|
||||
ft2232_vid_pid 0x0403 0xbcda
|
||||
Reference in New Issue
Block a user