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:
parent
efa79144f3
commit
7395ca92d4
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue