aboutsummaryrefslogtreecommitdiffstats
path: root/armscript.inc
diff options
context:
space:
mode:
Diffstat (limited to 'armscript.inc')
-rw-r--r--armscript.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/armscript.inc b/armscript.inc
new file mode 100644
index 0000000..ad53a5c
--- /dev/null
+++ b/armscript.inc
@@ -0,0 +1,14 @@
+ERROR=ABORT // Abort if error occurs when processing the script
+WAIT=ON // Wait for each command to finish
+
+GO
+
+STATS
+
+ //STDIOLOG OFF // Close the log file
+
+ //UNLOAD 1 // Unload the image
+ //DELFILE 1 // Remove the symbol definitions
+ //DISCONNECT // Disconnect from the target
+ //WAIT=OFF
+QUIT Y