mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
Add jlink GDB server bash script.
This commit is contained in:
parent
ffbb52a29a
commit
5fa9ff10c5
7
tools/jlinkgdbserver
Executable file
7
tools/jlinkgdbserver
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "usage `basename $0` device (STM32H743VI/STM32F765VI)"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
~/JLink_Linux_V656d_x86_64/JLinkGDBServer -if swd -halt -strict -cpu cortex-m -device $1
|
Loading…
Reference in New Issue
Block a user