diff python/st-flash.py @ 241:ce6d390043a7 burnchain

Added reset and run at end of flashing
author Windel Bouwman
date Mon, 22 Jul 2013 22:56:21 +0200
parents 654093a9a1e3
children 58155c7c4a8e
line wrap: on
line diff
--- a/python/st-flash.py	Mon Jul 22 22:37:33 2013 +0200
+++ b/python/st-flash.py	Mon Jul 22 22:56:21 2013 +0200
@@ -65,6 +65,8 @@
    dev.eraseFlash()
 else:
    print('unknown command', args.command)
-   
+
+stl.reset()
+stl.run()
 stl.exitDebugMode()