all : flash

TARGET:=uartdemo
TARGET_MCU:=CH570
TARGET_MCU_PACKAGE:=CH570D

include ../../ch32fun/ch32fun.mk

flash : cv_flash
clean : cv_clean
