implement ch32v003 decoder
This commit is contained in:
parent
dc26664372
commit
0e95a0a1bb
9 changed files with 2082 additions and 4 deletions
11
ch32_decoder/Makefile
Normal file
11
ch32_decoder/Makefile
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue