reorganise repo
This commit is contained in:
parent
b3bf3d1f04
commit
fb0351cfe6
6 changed files with 11 additions and 11 deletions
11
Makefile
11
Makefile
|
@ -1,11 +0,0 @@
|
||||||
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
|
|
||||||
|
|
11
gol/Makefile
Normal file
11
gol/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
all : flash
|
||||||
|
|
||||||
|
TARGET:=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…
Reference in a new issue