summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 15:56:11 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 15:56:11 +0000
commitf2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1 (patch)
treecd43c9d009ed503a717e506565cf414ea528bfc6 /TODO
parentb83d79a42f908d3860f06910fdec8fb4fc670e6c (diff)
downloadopenocd+libswd-f2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1.tar.gz
openocd+libswd-f2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1.tar.bz2
openocd+libswd-f2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1.tar.xz
openocd+libswd-f2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1.zip
Note bug in handling of variables through command line parameters.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2819 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index a2ee398b..6efca516 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,10 @@ This section provides possible things to improve with OpenOCD's TCL support.
- provide more directory structure for boards/targets?
- factor configurations into layers (encapsulation and re-use)
+- Fix handling of variables between multiple command line "-c" and "-f"
+ parameters. Currently variables assigned through one such parameter
+ command/script are unset before the next one is invoked.
+
- Isolate all TCL command support:
- Pure C CLI implementations using --disable-builtin-tcl.
- Allow developers to build new dongles using OpenOCD's JTAG core.