- added stm32 stick and luminary eval boards interface configs
- corrected target lm3s6965.cfg git-svn-id: svn://svn.berlios.de/openocd/trunk@600 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -28,5 +28,6 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin event/at91eb40a_reset.script
|
|||||||
event/omap5912_reset.script interface/amontec-tiny.cfg interface/str9-comstick.cfg \
|
event/omap5912_reset.script interface/amontec-tiny.cfg interface/str9-comstick.cfg \
|
||||||
target/epc9301.cfg target/ipx42x.cfg target/lpc2129.cfg target/netx500.cfg \
|
target/epc9301.cfg target/ipx42x.cfg target/lpc2129.cfg target/netx500.cfg \
|
||||||
target/omap5912.cfg target/pxa270.cfg target/str750.cfg target/str9comstick.cfg \
|
target/omap5912.cfg target/pxa270.cfg target/str750.cfg target/str9comstick.cfg \
|
||||||
target/str730.cfg target/stm32stick.cfg event/str912_reset.script event/str710_program.script
|
target/str730.cfg target/stm32stick.cfg event/str912_reset.script event/str710_program.script \
|
||||||
|
target/lm3s811.cfg interface/luminary.cfg interface/luminary-lm3s811.cfg interface/stm32-stick.cfg
|
||||||
|
|
||||||
|
|||||||
5
src/target/interface/luminary-lm3s811.cfg
Normal file
5
src/target/interface/luminary-lm3s811.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# ftdi interface
|
||||||
|
interface ft2232
|
||||||
|
ft2232_device_desc "LM3S811 Evaluation Board A"
|
||||||
|
ft2232_layout evb_lm3s811
|
||||||
|
|
||||||
5
src/target/interface/luminary.cfg
Normal file
5
src/target/interface/luminary.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# ftdi interface
|
||||||
|
interface ft2232
|
||||||
|
ft2232_device_desc "Stellaris Evaluation Board A"
|
||||||
|
ft2232_layout evb_lm3s811
|
||||||
|
|
||||||
5
src/target/interface/stm32-stick.cfg
Normal file
5
src/target/interface/stm32-stick.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# ftdi interface
|
||||||
|
interface ft2232
|
||||||
|
ft2232_device_desc "STM32-PerformanceStick A"
|
||||||
|
ft2232_layout stm32stick
|
||||||
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
jtag_nsrst_delay 500
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 500
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
#LM3S811 Evaluation Board has only srst
|
#LM3S6965 Evaluation Board has only srst
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config srst_only
|
||||||
|
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
@@ -14,6 +14,4 @@ target cortex_m3 little run_and_halt 0
|
|||||||
working_area 0 0x20000000 0x4000 nobackup
|
working_area 0 0x20000000 0x4000 nobackup
|
||||||
|
|
||||||
#flash configuration
|
#flash configuration
|
||||||
#flash bank stellaris 0 262144 0 0 0
|
|
||||||
flash bank stellaris 0 0 0 0 0
|
flash bank stellaris 0 0 0 0 0
|
||||||
#flash write_image main.bin 0 bin
|
|
||||||
|
|||||||
17
src/target/target/lm3s811.cfg
Normal file
17
src/target/target/lm3s811.cfg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
jtag_nsrst_delay 100
|
||||||
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
|
#LM3S811 Evaluation Board has only srst
|
||||||
|
reset_config srst_only
|
||||||
|
|
||||||
|
#jtag scan chain
|
||||||
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
|
jtag_device 4 0x1 0xf 0xe
|
||||||
|
|
||||||
|
target cortex_m3 little run_and_halt 0
|
||||||
|
|
||||||
|
# 4k working area at base of ram
|
||||||
|
working_area 0 0x20000000 0x4000 nobackup
|
||||||
|
|
||||||
|
#flash configuration
|
||||||
|
flash bank stellaris 0 0 0 0 0
|
||||||
Reference in New Issue
Block a user