blob: ad53a5c45eac8b8e4810aee274f48c4fba7bd484 [file] [log] [blame]
Christophe Lyon073831a2011-01-24 17:37:40 +01001ERROR=ABORT // Abort if error occurs when processing the script
2WAIT=ON // Wait for each command to finish
3
4GO
5
6STATS
7
8 //STDIOLOG OFF // Close the log file
9
10 //UNLOAD 1 // Unload the image
11 //DELFILE 1 // Remove the symbol definitions
12 //DISCONNECT // Disconnect from the target
13 //WAIT=OFF
14QUIT Y