From: <oh...@ma...> - 2009-05-18 21:33:05
|
Author: oharboe Date: 2009-05-18 21:33:00 +0200 (Mon, 18 May 2009) New Revision: 1830 Modified: trunk/TODO Log: removed solved mem2array problem. Added questions regarding ideas on making tcl-less builds of OpenOCD Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-05-18 19:28:26 UTC (rev 1829) +++ trunk/TODO 2009-05-18 19:33:00 UTC (rev 1830) @@ -98,10 +98,10 @@ - investigate/implement "thin wrapper" to use eCos CFI drivers () - 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 pure C CLI implementations using --disable-builtin-tcl. + Ref? How could this be made to work given targets extensive need + for events, etc.? What about the target library? - Allow full TCL support? add --with-tcl=/path/to/installed/tcl - Move TCL support in foo.* to foo_tcl.* (other ideas?) |