This commit is contained in:
Crispy 2025-06-19 00:03:28 +02:00
parent f05d146af7
commit f1f20cb5e1
3 changed files with 34 additions and 65 deletions

View file

@ -6,6 +6,6 @@ CH32V003FUN:=../../ch32v003fun/ch32v003fun
include ../../ch32v003fun/ch32v003fun/ch32v003fun.mk
flash : build
gdb-multiarch -x gdbinit -ex 'load' -ex 'detach' -ex 'quit' $(TARGET).elf
gdb -x gdbinit -ex 'load' -ex 'detach' -ex 'quit' $(TARGET).elf
clean : cv_clean