jtag/adapter: add connect_[de]assert_srst to reset_config usage
Add the connect under reset options to the online help for reset_config. Change-Id: I4b9a87b234de01531390b39b898a848841d1e834 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1377 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>__archive__
parent
7eb0e31059
commit
2a864a89c8
|
@ -519,7 +519,8 @@ static const struct command_registration interface_command_handlers[] = {
|
||||||
"[srst_pulls_trst|trst_pulls_srst|combined|separate] "
|
"[srst_pulls_trst|trst_pulls_srst|combined|separate] "
|
||||||
"[srst_gates_jtag|srst_nogate] "
|
"[srst_gates_jtag|srst_nogate] "
|
||||||
"[trst_push_pull|trst_open_drain] "
|
"[trst_push_pull|trst_open_drain] "
|
||||||
"[srst_push_pull|srst_open_drain]",
|
"[srst_push_pull|srst_open_drain] "
|
||||||
|
"[connect_deassert_srst|connect_assert_srst]",
|
||||||
},
|
},
|
||||||
COMMAND_REGISTRATION_DONE
|
COMMAND_REGISTRATION_DONE
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue