add missing scripts to repo
This commit is contained in:
7
scripts/1-openocd
Executable file
7
scripts/1-openocd
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
# Flashing requires openocd to be listening for connections
|
||||
cd /tmp
|
||||
openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
|
||||
|
||||
# then in a different tab, just `cargo run`
|
Reference in New Issue
Block a user