summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-18 19:06:43 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-18 19:06:43 +0000
commitefd74e6fb53cdefc5cdf69ef2edb60f1e8383c78 (patch)
treef0c5cbf0c75468fb1a13f8417b38f8fd13fc022e /TODO
parent378c29bfe502ce30c89fabbd0da98a3a47a6ab14 (diff)
downloadopenocd+libswd-efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78.tar.gz
openocd+libswd-efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78.tar.bz2
openocd+libswd-efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78.tar.xz
openocd+libswd-efd74e6fb53cdefc5cdf69ef2edb60f1e8383c78.zip
Update The List with recent progress; remove developer list from TODO.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1828 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO53
1 files changed, 11 insertions, 42 deletions
diff --git a/TODO b/TODO
index b1dc19f9..e8f90d9c 100644
--- a/TODO
+++ b/TODO
@@ -25,25 +25,21 @@ Feel free to send patches to add or clarify items on this list, too.
- JTAG/TAP changes:
- update all drivers to use tap_get_tms_path_len API.
- - link to posted patch: @missing
- - rework TAP state table (started but still needs work)
- - link to posted patch: @missing
- use tap_set_state everywhere to allow logging TAP state transitions
- rename other tap_states to use standard JTAG names (suggested by ML)
- - write script that automate production of the series of 16-17 patches
- - produce and distribute current series against the current trunk
- - distribute script so developers can use on WC through live commits
- - make live commits after giving sufficient notice to others
- add TAP_UNKNOWN to augment TAP_INVALID? (suggested by ML/DH)
- JTAG Interfaces:
- autodetect devices present on the scan chain
- implement 'discover_taps' command
- FT2232 driver: (DH)
- - integrate FTD2XX High-Speed Device Patch
- - link to posted patch: @missing
- - fix non-recoverability of cable connect/reconnect
- - link to posted patch: @missing
+ - integrate FTD2XX High-Speed Device support
+ - PATCH: https://lists.berlios.de/pipermail/openocd-development/2009-April/005479.html
+ - massive set of changes (DH):
+ - fixes non-recoverability of cable connect/reconnect
+ - https://lists.berlios.de/pipermail/openocd-development/2009-May/006011.html
+ - further cleanup (DH):
+ - PATCH: https://lists.berlios.de/pipermail/openocd-development/2009-May/006112.html
- fix outstanding bugs
- J-Link driver: (ZW)
- fix outstanding bugs
@@ -62,6 +58,8 @@ Feel free to send patches to add or clarify items on this list, too.
- SWD
- Target Support:
+ - general layer cleanup:
+ - https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html
- ARM11 improvements (MB?)
- fix single stepping (reported by ØH)
- implement missing functionality (grep FNC_INFO_NOTIMPLEMENTED ...)
@@ -89,15 +87,14 @@ Feel free to send patches to add or clarify items on this list, too.
- other targets? (suggestions always welcome)
- CFI:
- - speed enhancements (posted Apr 22 by NC) (??)
- - link to patch: @missing
- finish implementing bus width/chip width handling (suggested by NC)
- - link to patch: @missing
- 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)
- TCL
+ - mem2array bugs:
+ - Report: https://lists.berlios.de/pipermail/openocd-development/2009-May/006459.html
- Isolate all TCL command support:
- Allow pure C CLI implementations using --disable-builtin-tcl
- Allow full TCL support? add --with-tcl=/path/to/installed/tcl
@@ -145,32 +142,4 @@ Feel free to send patches to add or clarify items on this list, too.
https://developer.berlios.de/patch/?group_id=4148
- use bug tracking? we need something!
-@verbatim
-==================================================================
-OpenOCD's Active Developers and Testers
-------------------------------------------------------------------
-
-** | Name | Status | Targets | Interfaces
----+-----------------+--------+------------------+----------------
-NC | Nico Coesel | * | AU1100 | *
-DE | Duane Ellis | * | * | *
-DH | Dick Hollenbeck | ? | * | FT2232
-ØH | Øyvind Harboe | * | * | ZY1000
-JK | Joern Keipf | * | * | FT2232H/FT4232HS?
-JW | Jeff Williams | ? | MC1322x | J-Link
-MA | Mariano Alvira | * | MC1322x | J-Link, FTDI
-MB | Michael Bruck | * | ARM11 | *
-ML | Magnus Lundin | * | * | *
-RA | Rick Altherr | * | * | *
-RD | Rene Doss | * | AT91SAM92xx | *
-SQ | Simon Qian | * | AVR | *
-ZW | Zach Welch | * | STR912 | J-Link
-
-Status Key:
-* - Active Contributor
-? - Missing In Action
-V - On Vacation
-
-@endverbatim
-
*/