feat: Replies to pings (ignoring crc)

This commit is contained in:
2026-04-07 16:44:45 +01:00
parent e32700cc98
commit 3de4ab3af1
17 changed files with 338 additions and 85 deletions

View File

@@ -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 \