openocd scripts

This commit is contained in:
NIIBE Yutaka
2011-05-11 16:49:52 +09:00
parent 58d9f554d1
commit f20f05df8d
4 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
init
reset
halt
stm32x lock 0
reset
exit

View File

@@ -0,0 +1,5 @@
init
reset
halt
stm32x options_read 0
exit

View File

@@ -0,0 +1,6 @@
init
reset
halt
stm32x unlock 0
reset
exit

View File

@@ -0,0 +1,5 @@
init
reset
halt
flash write_image erase gnuk.elf
exit