Skip to content
Snippets Groups Projects
Makefile 164 B
Newer Older
all : flash

TARGET:=blink
cnlohr's avatar
cnlohr committed
TARGET_MCU:=CH32V203G6U6
TARGET_MCU_PACKAGE:=CH32V203G6U6
include ../../ch32v003fun/ch32v003fun.mk

flash : cv_flash
clean : cv_clean