Zach Welch <zw@superlucidity.net> fix jlink reset

git-svn-id: svn://svn.berlios.de/openocd/trunk@1507 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-04-22 10:59:23 +00:00
parent efa79144f3
commit 7395ca92d4
1 changed files with 4 additions and 0 deletions

View File

@ -463,6 +463,8 @@ static void jlink_reset(int trst, int srst)
if (srst == 0)
{
jlink_simple_command(EMU_CMD_HW_RESET1);
jlink_end_state(TAP_RESET);
jlink_state_move();
}
else if (srst == 1)
{
@ -472,6 +474,8 @@ static void jlink_reset(int trst, int srst)
if (trst == 0)
{
jlink_simple_command(EMU_CMD_HW_TRST1);
jlink_end_state(TAP_RESET);
jlink_state_move();
}
else if (trst == 1)
{