aboutsummaryrefslogtreecommitdiffstats
path: root/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload.sh')
-rwxr-xr-xupload.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/upload.sh b/upload.sh
new file mode 100755
index 0000000..a1d363e
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+objcopy -Oihex zig-out/bin/stm32 zig-out/bin/stm32.hex
+openocd -f interface/stlink.cfg -f target/stm32l4x.cfg -c "program zig-out/bin/stm32.hex verify reset exit"
+