reorganise repo

This commit is contained in:
Crispy 2024-04-07 13:06:09 +02:00
parent b3bf3d1f04
commit fb0351cfe6
6 changed files with 11 additions and 11 deletions

View file

@ -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
View 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