3 lines
88 B
Bash
3 lines
88 B
Bash
|
#! /usr/bin/env bash
|
||
|
openocd -f interface/jlink.cfg -f ./swd.cfg -f target/stm32f1x.cfg
|