mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
Most of this patch updates documentation and comments for various Luminary boards, supporting two bug fixes by helping to make sense of the current mess: - Recent rev C lm3s811 eval boards didn't work. They must use the ICDI layout, which sets up some signals that the older boards didn't need. This is actually safe and appropriate for *all* recent boards ... so just make "luminary.cfg" use the ICDI layout. - "luminary-lm3s811.cfg", was previously unusable! No VID/PID; and the wrong vendor string. Make it work, but reserve it for older boards where the ICDI layout is wrong. - Default the LM3748 eval board to "luminary.cfg", like the other boards. If someone uses an external JTAG adapter, all boards will use the same workaround (override that default). The difference between the two FT2232 layouts is that eventually the EVB layout will fail cleanly when asked to enable SWO trace, but the ICDI layout will as cleanly be able to enable it. Folk using "luminary.cfg" with Rev B boards won't see anything going wrong until SWO support is (someday) added. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18 lines
612 B
INI
18 lines
612 B
INI
#
|
|
# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
|
|
# In-Circuit Debug Interface (ICDI) Board
|
|
#
|
|
# This is a discrete FT2232 based debug board which supports ARM's
|
|
# JTAG/SWD connectors in both backwards-compatible 20-pin format and
|
|
# in the new-style compact 10-pin. There's also an 8-pin connector
|
|
# with serial port support. It's included with LM3S9B9x eval boards.
|
|
#
|
|
# 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
|