]> git.gag.com Git - fw/openocd/blobdiff - TODO
Note bug in handling of variables through command line parameters.
[fw/openocd] / TODO
diff --git a/TODO b/TODO
index a2ee398bfb32ee0cf49d383a8c4335044ca6a545..6efca516620ccd8461d7c1e2cebd9335a48fe703 100644 (file)
--- 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.