mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Ok, I am gonna put the timer down for the time being.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
all : flash
|
||||
|
||||
TARGET:=loratest
|
||||
TARGET_MCU:=CH32V003
|
||||
CH32V003FUN:=../../ch32v003fun/ch32v003fun
|
||||
|
||||
EXTRA_CFLAGS:=-Wno-unused-function -I../../../lib
|
||||
|
||||
include ../../ch32v003fun/ch32v003fun/ch32v003fun.mk
|
||||
|
||||
flash : cv_flash
|
||||
clean : cv_clean
|
||||
rm -rf rf_data_gen chirpbuff.dat chirpbuff.h chirpbuffinfo.h
|
||||
|
||||
Reference in New Issue
Block a user