/msp430-tcl

Minor edits to MSP430 Tcl scripts

Primary LanguageTclGNU Lesser General Public License v3.0LGPL-3.0

msp430-tcl

Minor edits to MSP430 Tcl scripts

Keep binary file

Instead of

program.tcl <<< parameters >>> <filename.elf>;

do

generate-bin.tcl <filename.elf>;
program.tcl <<< parameters >>> filename.bin;