Skip to content
Snippets Groups Projects
Commit a5d02116 authored by oharboe's avatar oharboe
Browse files

David Brownell <david-b@pacbell.net> The Stellaris eval boards don't have TRST signals, so

defining ntrst_delay is pointless; don't.

At least the LM3S3748 eval board doesn't need nsrst_delay
either; remove that too.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 997d5284
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ source [find target/lm3s1968.cfg]
jtag_khz 3000
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S1968 Evaluation Board has only srst
reset_config srst_only
......@@ -9,9 +9,6 @@ source [find target/lm3s3748.cfg]
# LM3S parts don't support RTCK
jtag_khz 500
jtag_nsrst_delay 100
jtag_ntrst_delay 100
# Board has only srst
reset_config srst_only
......@@ -13,7 +13,6 @@ source [find target/lm3s811.cfg]
jtag_khz 500
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S811 Evaluation Board has only srst
reset_config srst_only
......@@ -12,7 +12,6 @@ source [find target/lm3s9b9x.cfg]
jtag_khz 500
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S9B9x Evaluation Board has only srst
reset_config srst_only
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment