1
0
Fork 0

Added stuff for openocd

Signed-off-by: fly <merspieler@alwaysdata.com>
This commit is contained in:
fly 2024-02-26 00:41:35 +01:00
parent d62dd32360
commit 60bf8222e6
2 changed files with 3 additions and 0 deletions

2
firmware/openocd.sh Executable file
View 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
View file

@ -0,0 +1 @@
transport select swd