cleanup repo ready for release

This commit is contained in:
cnlohr
2024-10-31 18:25:44 -04:00
parent 73a80f4099
commit e3ed2e9084
14 changed files with 63 additions and 59 deletions
+23
View File
@@ -0,0 +1,23 @@
all : flash
TARGET:=loratest
TARGET_MCU:=CH32V003
CH32V003FUN:=../ch32v003fun/ch32v003fun
EXTRA_ELF_DEPENDENCIES:=chirpbuff.h
EXTRA_CFLAGS:=-Wno-unused-function -I../../lib
include ../ch32v003fun/ch32v003fun/ch32v003fun.mk
chirpbuff.h : rf_data_gen
./rf_data_gen
rf_data_gen : rf_data_gen.c
gcc -o $@ $^ -lm
flash : cv_flash
clean : cv_clean
rm -rf rf_data_gen chirpbuff.dat chirpbuff.h chirpbuffinfo.h