Ok, I am gonna put the timer down for the time being.

This commit is contained in:
cnlohr
2024-06-13 22:27:34 -07:00
parent 794a43b64d
commit 6f22f82716
6 changed files with 633 additions and 77 deletions
-8
View File
@@ -4,19 +4,11 @@ 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