X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=TODO;h=6efca516620ccd8461d7c1e2cebd9335a48fe703;hp=a2ee398bfb32ee0cf49d383a8c4335044ca6a545;hb=f2dc1eeef159f00bc5c1f5bbd99b1761f3df0ae1;hpb=b83d79a42f908d3860f06910fdec8fb4fc670e6c diff --git a/TODO b/TODO index a2ee398bfb..6efca51662 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.