summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-06 08:04:57 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-06 08:04:57 +0000
commite2dd1dbab9ccd5a6d5685c4478dcfd5215deb4b6 (patch)
treea188c06fced101a846321e7d88a71108a82b513a /TODO
parent5fe4500e50b2ce9acdb8fa540846d053d0a14dd5 (diff)
downloadopenocd+libswd-e2dd1dbab9ccd5a6d5685c4478dcfd5215deb4b6.tar.gz
openocd+libswd-e2dd1dbab9ccd5a6d5685c4478dcfd5215deb4b6.tar.bz2
openocd+libswd-e2dd1dbab9ccd5a6d5685c4478dcfd5215deb4b6.tar.xz
openocd+libswd-e2dd1dbab9ccd5a6d5685c4478dcfd5215deb4b6.zip
added known problem w/line number's being off in syntax errors for target reset events
git-svn-id: svn://svn.berlios.de/openocd/trunk@2466 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index 13c6578f..381c7632 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,9 @@ Feel free to send patches to add or clarify items on this list, too.
This section provides possible things to improve with OpenOCD's TCL support.
+- Fix problem with incorrect line numbers reported for a syntax
+ error in a reset init event.
+
- organize the TCL configurations:
- provide more directory structure for boards/targets?
- factor configurations into layers (encapsulation and re-use)
@@ -97,7 +100,7 @@ Once the above are completed:
- general layer cleanup: @par
https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html
- ARM11 improvements (MB?)
- - fix single stepping (reported by ØH)
+ - fix single stepping (reported by �H)
- implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...)
- Cortex A8 support (ML)
- add target implementation (ML)
@@ -141,7 +144,7 @@ Once the above are completed:
- finish implementing bus width/chip width handling (suggested by NC)
- factor vendor-specific code into separate source files
- add new callback interface for vendor-specific code
-- investigate/implement "thin wrapper" to use eCos CFI drivers (ØH)
+- investigate/implement "thin wrapper" to use eCos CFI drivers (�H)
@section thelistdebug Debugger Support