add rx/tx test

This commit is contained in:
cnlohr
2024-10-05 19:54:56 -07:00
parent 84b7b478c0
commit ec9206346e
6 changed files with 340 additions and 0 deletions
+13
View File
@@ -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