Skip to content
Snippets Groups Projects
Commit 51b7227c authored by Hauke Petersen's avatar Hauke Petersen
Browse files

Merge pull request #3382 from daniel-k/openocd_dont_reset

openocd: don't reset cpu for target 'debug'
parents d410bf02 03542161
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ do_debug() {
-c 'gdb_port ${GDB_PORT}' \
-c 'init' \
-c 'targets' \
-c 'reset halt' \
-c 'halt' \
-l /dev/null" &
# save PID for terminating the server afterwards
OCD_PID=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment