X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=TODO;h=7b5b83232b3e089ac3c4af0ac30912751608d608;hp=e8f90d9ceb7e0c74b4c5d7cdca96b2a716b61c97;hb=f1f0d5e2d5b0964f87e5fc89da72f14aca024491;hpb=efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78 diff --git a/TODO b/TODO index e8f90d9ceb..7b5b83232b 100644 --- a/TODO +++ b/TODO @@ -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 @@ -93,10 +98,10 @@ Feel free to send patches to add or clarify items on this list, too. - investigate/implement "thin wrapper" to use eCos CFI drivers (ØH) - TCL - - mem2array bugs: - - Report: https://lists.berlios.de/pipermail/openocd-development/2009-May/006459.html - Isolate all TCL command support: - - Allow pure C CLI implementations using --disable-builtin-tcl + - Allow pure C CLI implementations using --disable-builtin-tcl. + Ref? How could this be made to work given targets extensive need + for events, etc.? What about the target library? - Allow full TCL support? add --with-tcl=/path/to/installed/tcl - Move TCL support in foo.* to foo_tcl.* (other ideas?) @@ -143,3 +148,6 @@ Feel free to send patches to add or clarify items on this list, too. - use bug tracking? we need something! */ +/** @file +This file contains the @ref thelist page. +*/