X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fscripting.txt;h=cc8f59713cc42cd28461ad10b576df95787d45f3;hb=044e3a4904c75f95819303190845511beb16ee90;hp=ae917666c17ab501e74fa0fb65a95db9843ca4fc;hpb=348bc74af44d759b3ed8c8e3b4a4c686e86a88d7;p=openocd.git diff --git a/src/scripting.txt b/src/scripting.txt index ae917666c1..cc8f59713c 100644 --- a/src/scripting.txt +++ b/src/scripting.txt @@ -31,7 +31,7 @@ Default implementation of procedures in tcl/procedures.tcl. is to ignore serial number and write a raw binary file to beginning of first flash. Target script can dictate file format and structure of serialnumber. Tcl allows - an argument to consit of e.g. a list so the structure of + an argument to consist of e.g. a list so the structure of the serial number is not limited to a single string. - reset handling. Precise control of how srst, trst & tms is handled.