added firmware section
This commit is contained in:
12
firmware/Makefile
Normal file
12
firmware/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all : flash
|
||||
|
||||
TARGET:=main
|
||||
TARGET_MCU:=CH32V003
|
||||
|
||||
# Path based on your error output
|
||||
CH32FUN:=/home/martin/ch32fun/ch32fun
|
||||
|
||||
include $(CH32FUN)/ch32fun.mk
|
||||
|
||||
flash : cv_flash
|
||||
clean : cv_clean
|
||||
Reference in New Issue
Block a user