Added stuff for openocd
Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
parent
d62dd32360
commit
60bf8222e6
2 changed files with 3 additions and 0 deletions
2
firmware/openocd.sh
Executable file
2
firmware/openocd.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#! /usr/bin/env bash
|
||||
openocd -f interface/jlink.cfg -f ./swd.cfg -f target/stm32f1x.cfg
|
1
firmware/swd.cfg
Normal file
1
firmware/swd.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
transport select swd
|
Loading…
Reference in a new issue