init
This commit is contained in:
commit
842e23ae62
9 changed files with 969 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all : flash
|
||||
|
||||
TARGET:=oled_gol
|
||||
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