implement ch32v003 decoder

This commit is contained in:
Crispy 2024-04-12 22:26:24 +02:00
parent dc26664372
commit 0e95a0a1bb
9 changed files with 2082 additions and 4 deletions

11
ch32_decoder/Makefile Normal file
View file

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