diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 19:33:00 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 19:33:00 +0000 |
commit | fd780d43f585688d8cdd567151c9fccbbdc01e40 (patch) | |
tree | aa7e9de49f840b0094de6cec65f58845c86c5563 /TODO | |
parent | ccee6fa7028a5b2f7d6566891a74500a35912c06 (diff) | |
download | riscv-openocd-fd780d43f585688d8cdd567151c9fccbbdc01e40.zip riscv-openocd-fd780d43f585688d8cdd567151c9fccbbdc01e40.tar.gz riscv-openocd-fd780d43f585688d8cdd567151c9fccbbdc01e40.tar.bz2 |
removed solved mem2array problem.
Added questions regarding ideas on making tcl-less builds of OpenOCD
git-svn-id: svn://svn.berlios.de/openocd/trunk@1830 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -98,10 +98,10 @@ Feel free to send patches to add or clarify items on this list, too. - 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 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?) |