This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
@echo off
::cd Driver
::call install.bat 8
::cd -
@ping 127.0.0.1 -n 10 >nul
.\tools\dfu_tools\DfuCreateFile 0x0483 0xdf11 0x2200 0 APP 0x08010000 ".\firmware\APP.bin" "APP.dfu"
.\tools\dfu_tools\DfuSeCommand -c --de 0x0483 --al 0xdf11 -d --fn "APP.dfu"
del "APP.dfu"