Catch a couple missing updates + add 203 TX

This commit is contained in:
cnlohr
2024-10-06 03:58:44 -07:00
parent 39dbd6df19
commit 6802a917ae
7 changed files with 121 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
all : flash
TARGET:=ch32v203tx
TARGET_MCU:=CH32V203
CH32V003FUN:=../ch32v003fun/ch32v003fun
EXTRA_CFLAGS:=-Wno-unused-function -I../../lib
include $(CH32V003FUN)/ch32v003fun.mk
flash : cv_flash
clean : cv_clean