diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 19:28:26 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 19:28:26 +0000 |
commit | ccee6fa7028a5b2f7d6566891a74500a35912c06 (patch) | |
tree | ea2d216c3da1b6e9a818c90600a8debed148c198 /TODO | |
parent | efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78 (diff) | |
download | openocd+libswd-ccee6fa7028a5b2f7d6566891a74500a35912c06.tar.gz openocd+libswd-ccee6fa7028a5b2f7d6566891a74500a35912c06.tar.bz2 openocd+libswd-ccee6fa7028a5b2f7d6566891a74500a35912c06.tar.xz openocd+libswd-ccee6fa7028a5b2f7d6566891a74500a35912c06.zip |
updated w/jtag_add_end_state() note.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1829 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -27,7 +27,12 @@ Feel free to send patches to add or clarify items on this list, too. - update all drivers to use tap_get_tms_path_len API. - use tap_set_state everywhere to allow logging TAP state transitions - rename other tap_states to use standard JTAG names (suggested by ML) - - add TAP_UNKNOWN to augment TAP_INVALID? (suggested by ML/DH) + - retire jtag_add_end_state() and replace w/global variable. This also + removes TAP_INVALID as an argument to jtag_add_xxxx(). The global variable + as argument to jtag_add_xxxx() should eventually be phased out, but + the global variable is useful in an interim phase where one needs to + be bug by bug compatible before each change can be tested. Suggested + by ØH. Michael Bruck also interested in this. - JTAG Interfaces: - autodetect devices present on the scan chain |