This commit is contained in:
Crispy 2024-04-06 20:13:04 +02:00
commit 842e23ae62
9 changed files with 969 additions and 0 deletions

11
Makefile Normal file
View 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