start openocd with zc target
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Mar 2021 18:26:28 +0000 (20:26 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Mar 2021 18:26:28 +0000 (20:26 +0200)
zc-openocd.sh [new file with mode: 0755]

diff --git a/zc-openocd.sh b/zc-openocd.sh
new file mode 100755 (executable)
index 0000000..0c8e0f0
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh -xe
+
+openocd -f rpi4-zc-swd.cfg -f target/stm32l0_dual_bank.cfg
+