From b99b73a36860d02c621ab449e1c341133f42d1fb Mon Sep 17 00:00:00 2001 From: ntfreak Date: Fri, 4 Jul 2008 16:59:35 +0000 Subject: - fixed line endings with commands.tcl - added svn props for newly added files git-svn-id: svn://svn.berlios.de/openocd/trunk@749 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/tcl/commands.tcl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/tcl/commands.tcl') diff --git a/src/tcl/commands.tcl b/src/tcl/commands.tcl index 81f7b6f1..7d90f36c 100644 --- a/src/tcl/commands.tcl +++ b/src/tcl/commands.tcl @@ -1,18 +1,18 @@ -# implements Tcl procedures/functions -proc peek {address} { +# implements Tcl procedures/functions +proc peek {address} { return [openocd_throw "mdw $address"] -} - -# Production command -# FIX!!! need to figure out how to feed back relevant output -# from e.g. "flash banks" command... -proc board_produce {filename serialnumber} { - openocd "reset init" - openocd "flash write_image erase $filename [flash] bin"]] - openocd "verify_image $filename [flash] bin"]] - echo "Successfully ran production procedure" -} - -proc board_test {} { +} + +# Production command +# FIX!!! need to figure out how to feed back relevant output +# from e.g. "flash banks" command... +proc board_produce {filename serialnumber} { + openocd "reset init" + openocd "flash write_image erase $filename [flash] bin"]] + openocd "verify_image $filename [flash] bin"]] + echo "Successfully ran production procedure" +} + +proc board_test {} { echo "Production test not implemented" -} +} -- cgit v1.2.3