summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-16 10:44:42 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-16 10:44:42 +0000
commit14cbd545bfca253a1c4063685eff6535e41d0611 (patch)
treed857b5d60dae8f31a04466416ef0d87e01325cb3 /TODO
parentbd4377194e6842b3d50b76827c45a90019d7bb46 (diff)
downloadopenocd+libswd-14cbd545bfca253a1c4063685eff6535e41d0611.tar.gz
openocd+libswd-14cbd545bfca253a1c4063685eff6535e41d0611.tar.bz2
openocd+libswd-14cbd545bfca253a1c4063685eff6535e41d0611.tar.xz
openocd+libswd-14cbd545bfca253a1c4063685eff6535e41d0611.zip
added item to come up with slick new 32 bit jtag_add_xxx() API
git-svn-id: svn://svn.berlios.de/openocd/trunk@2548 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 795b2bef..2e87d510 100644
--- a/TODO
+++ b/TODO
@@ -39,11 +39,16 @@ This section list issues that need to be resolved in the JTAG layer.
@subsection thelistjtagcore JTAG Core
-The following tasks have been suggeted for cleaning up the JTAG layer:
+The following tasks have been suggested 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)
- Encapsulate cmd_queue_cur_state and related varaible handling.
+- add slick 32 bit versions of jtag_add_xxx_scan() that avoids
+buf_set_u32() calls and other evidence of poor impedance match between
+API and calling code. New API should cut down # of lines in calling
+code by 100's and make things clearer. Also potentially be supported
+directly in minidriver API for better embedded host performance.
The following tasks have been suggested for adding new core JTAG support: