4 lines
133 B
Bash
4 lines
133 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
openocd -f interface/jlink.cfg -c 'transport select swd' -f target/stm32f7x.cfg -c '$_TARGETNAME configure -rtos auto' $*
|