Readme update

This commit is contained in:
Jan Mrna
2026-04-22 06:05:23 +02:00
parent 1e8a75f84c
commit b5531b4840
+2 -1
View File
@@ -39,9 +39,10 @@ st-flash write led_driver.bin 0x8000000
### Debug
```
target extended-remote localhost:4500
st-util # this stays running
gdb led_driver.elf
# in gdb then:
target extended-remote localhost:4242
load
```