all : build
TARGET:=main
TARGET_MCU:=CH32X035
include ch32fun/ch32fun/ch32fun.mk
flash : cv_flash
clean : cv_clean