mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
add rx/tx test
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
all : flash
|
||||
|
||||
TARGET:=ch32v003rx
|
||||
TARGET_MCU:=CH32V003
|
||||
CH32V003FUN:=../../ch32v003fun/ch32v003fun
|
||||
|
||||
EXTRA_CFLAGS:=-Wno-unused-function -I../../lib
|
||||
|
||||
include $(CH32V003FUN)/ch32v003fun.mk
|
||||
|
||||
flash : cv_flash
|
||||
clean : cv_clean
|
||||
|
||||
Reference in New Issue
Block a user