ESP
This commit is contained in:
parent
a4884bd189
commit
865599e059
64 changed files with 6448 additions and 1221 deletions
3
samd/openocd.sh
Normal file
3
samd/openocd.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
cargo build --release --target thumbv6m-none-eabi || exit 1
|
||||
cp target/thumbv6m-none-eabi/release/rustphone /tmp/rustphone.elf || exit 1
|
||||
openocd -f /usr/share/openocd/scripts/board/atmel_samd21_xplained_pro.cfg -c "program /tmp/rustphone.elf verify reset exit"
|
||||
Loading…
Add table
Add a link
Reference in a new issue