Add test plan and firmware image
[hw/easytimer] / easytimer-openocd.cfg
diff --git a/easytimer-openocd.cfg b/easytimer-openocd.cfg
new file mode 100644 (file)
index 0000000..4cde9d9
--- /dev/null
@@ -0,0 +1,9 @@
+script interface/stlink.cfg
+transport select hla_swd
+set CPUTAPID 0xbc11477
+script target/at91samdXX.cfg
+init
+reset halt
+at91samd bootloader 0
+program easytimer-v2-combined-1.9.17.ihx verify reset
+shutdown