summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 11:39:04 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 11:39:04 +0000
commit561502ae313d996cd11b4a13378415b3a431cd1d (patch)
tree98e10d3dbfd72996e6415ee80559c4b5214ec750 /TODO
parent8ba6f1306747491f2afd72dd2fd9a3f270497e16 (diff)
downloadopenocd+libswd-561502ae313d996cd11b4a13378415b3a431cd1d.tar.gz
openocd+libswd-561502ae313d996cd11b4a13378415b3a431cd1d.tar.bz2
openocd+libswd-561502ae313d996cd11b4a13378415b3a431cd1d.tar.xz
openocd+libswd-561502ae313d996cd11b4a13378415b3a431cd1d.zip
Zach Welch: move bugs into the right section
git-svn-id: svn://svn.berlios.de/openocd/trunk@2491 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 7 insertions, 15 deletions
diff --git a/TODO b/TODO
index d1e9b298..ce4782a2 100644
--- a/TODO
+++ b/TODO
@@ -11,21 +11,6 @@ may have evolved an idea since it was added here.
Feel free to send patches to add or clarify items on this list, too.
-@section thelisttcl Regressions
-
-- Dominic has spotted a "reset halt" regression between 838(fails) and 729(works)
-
-https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
-
-@section thelisttcl Bugs
-
-- reset run/halt/step for arm926ejs is not robust. Needs lots of testing to
-map out problems.
-
-- i.MX27 reset run problems.
-
-https://lists.berlios.de/pipermail/openocd-development/2009-July/009240.html
-
@section thelisttcl TCL
This section provides possible things to improve with OpenOCD's TCL support.
@@ -114,6 +99,13 @@ Once the above are completed:
- general layer cleanup: @par
https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html
+- regression: "reset halt" between 729(works) and 838(fails): @par
+https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
+- ARM923EJS:
+ - reset run/halt/step is not robust; needs testing to map out problems.
+- i.MX27
+ -reset run problems: @par
+https://lists.berlios.de/pipermail/openocd-development/2009-July/009240.html
- ARM11 improvements (MB?)
- fix single stepping (reported by �H)
- implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...)