X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=TODO;h=998521e538c8fb5aea9e3e7df0459e709d858940;hb=2a4223dc6836a66d7edd0ccab940901ad33bcc00;hp=ad0b8e5c6d0bd826c6088bb3eb59afc682bfd63c;hpb=c41db358a0100ab85a55915ec8083ddcc9505933;p=openocd.git diff --git a/TODO b/TODO index ad0b8e5c6d..998521e538 100644 --- a/TODO +++ b/TODO @@ -44,10 +44,14 @@ The following tasks have been suggeted for cleaning up the JTAG layer: - use tap_set_state everywhere to allow logging TAP state transitions - rename other tap_states to use standard JTAG names (suggested by ML) + - retire jtag_add_end_state() and replace w/global variable: - removes TAP_INVALID as an argument to jtag_add_xxxx(). - - global variable as argument to jtag_add_xxxx() should be phased out, but - it is useful while we need to bug-by-bug compatible while testing changes. + + - global variable as argument to jtag_add_xxxx() should be phased out, + but it is useful while we need to bug-by-bug compatible while + testing changes. + - Suggested by ØH. Michael Bruck also interested in this. - Encapsulate cmd_queue_cur_state and related varaible handling. @@ -223,7 +227,7 @@ These ideas were first introduced here: - investigate fixes to permit the use of -Wshadow - eliminate sources of confusion in @c boostrap script: - -# Make @c bootstrap call 'configure --enable-maintainer-mode '? + -# Make @c bootstrap call 'configure --enable-maintainer-mode \'? -# Add @c buildstrap script to assist with boostrap and configure steps. - automatically build tool-chains required for cross-compiling - produce mingw32, arm-elf, others using in-tree scripts