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
19 lines
384 B
INI
19 lines
384 B
INI
#
|
|
# Luminary Micro Stellaris LM3S9B9x Evaluation Kits
|
|
#
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b90.html
|
|
# http://www.luminarymicro.com/products/ek-lm3s9b92.html
|
|
#
|
|
|
|
source [find interface/luminary-icdi.cfg]
|
|
source [find target/lm3s9b9x.cfg]
|
|
|
|
# jtag speed
|
|
jtag_khz 500
|
|
|
|
jtag_nsrst_delay 100
|
|
jtag_ntrst_delay 100
|
|
|
|
#LM3S9B9x Evaluation Board has only srst
|
|
reset_config srst_only
|