feat: Replies to pings (ignoring crc)
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
server)
|
||||
openocd -f interface/stlink.cfg -f target/stm32f4x.cfg
|
||||
openocd -f interface/stlink.cfg -f target/stm32f4x.cfg -f app/stlink_serial.cfg
|
||||
;;
|
||||
gdb)
|
||||
arm-none-eabi-gdb build/app/incp-tester-app \
|
||||
|
||||
Reference in New Issue
Block a user