Compare commits
No commits in common. "3781ecb6697ce86b43a3df7f80ea64c438ad9ea7" and "c3be39b4e525474e9a9fcbe5945cbbb3e2c1bd3f" have entirely different histories.
3781ecb669
...
c3be39b4e5
@ -1,7 +0,0 @@
|
||||
target extended-remote :2331
|
||||
monitor reset
|
||||
load
|
||||
monitor reset
|
||||
kill
|
||||
quit
|
||||
|
@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
JLinkGDBServer -if SWD -device STM32F407VE &
|
||||
sleep 2
|
||||
|
||||
# Check if GDB server is still running
|
||||
gdbpid=`pidof JLinkGDBServer`
|
||||
|
||||
if [[ $gdbpid == "" ]]; then
|
||||
echo ""
|
||||
echo "GDB Server not running! Check target connection."
|
||||
exit
|
||||
fi
|
||||
|
||||
arm-none-eabi-gdb -x program-device.gdb reflow-controller.elf
|
||||
sleep 2
|
||||
|
||||
kill $gdbpid
|
Loading…
x
Reference in New Issue
Block a user