added firmware section

This commit is contained in:
cpu
2026-05-18 21:55:20 +02:00
parent 6e62cb7b57
commit 68cb57af28
16 changed files with 22474 additions and 21132 deletions

12
firmware/Makefile Normal file
View 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