rusefi/firmware/scripts/linux/openocd-jlink-f7.sh

4 lines
133 B
Bash
Raw Normal View History

2024-09-23 02:24:33 -07:00
#!/bin/sh
openocd -f interface/jlink.cfg -c 'transport select swd' -f target/stm32f7x.cfg -c '$_TARGETNAME configure -rtos auto' $*