diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-27 10:30:59 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-11-27 10:30:59 -0500 |
commit | 1ee366f3b37d03df72afd78b9816d0c99796d973 (patch) | |
tree | 78a1fe2fdd59f835cafb9b6c1b349f32cc788df8 /openocd.sh | |
parent | 53ba921a7f2ec0d7f676b6977c6f12b690b50f5c (diff) |
initial upload
Diffstat (limited to 'openocd.sh')
-rwxr-xr-x | openocd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openocd.sh b/openocd.sh new file mode 100755 index 0000000..6cf8e57 --- /dev/null +++ b/openocd.sh @@ -0,0 +1 @@ +sudo openocd -f /usr/local/share/openocd/scripts/interface/cmsis-dap.cfg -f /usr/local/share/openocd/scripts/target/stm32l0.cfg |