rusefi/firmware/scripts/linux/openocd-stlink-f4.sh

4 lines
108 B
Bash

#!/bin/sh
openocd -f interface/stlink.cfg -f target/stm32f4x.cfg -c '$_TARGETNAME configure -rtos auto' $*