Test - it's emitting ... something

This commit is contained in:
cnlohr
2024-05-17 03:55:29 -07:00
parent 0cc3b139d0
commit ba1373bc14
5 changed files with 576 additions and 0 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