summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 04:44:38 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 04:44:38 +0000
commit2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3 (patch)
tree3874244ce0a3d07001fef166d76fb2bfe69211c3 /TODO
parent9a5acdc161372b7f2923877f6b9b034d4031b389 (diff)
downloadopenocd+libswd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.tar.gz
openocd+libswd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.tar.bz2
openocd+libswd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.tar.xz
openocd+libswd-2d0e1dbc025c631ab6b2e741a7c115d07ffee9f3.zip
Improve remaining documentation that was causing Doxygen warnings.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2026 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index ad0b8e5c..998521e5 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 <opts>'?
+ -# Make @c bootstrap call 'configure --enable-maintainer-mode \<opts\>'?
-# 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