Skip to content

Commit

Permalink
Add make gdbclient as a target.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlohr committed Nov 13, 2024
1 parent aff6280 commit 00c21a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ch32v003fun/ch32v003fun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ unbrick :
gdbserver :
-$(MINICHLINK)/minichlink -baG

gdbclient :
gdb-multiarch $(TARGET).elf -ex "target remote :2000"

clangd :
make clean
bear -- make build
Expand Down

0 comments on commit 00c21a7

Please sign in to comment.