change default flash method to DFU (using dfu-util over USB)

This commit is contained in:
ardnew
2020-09-10 10:38:03 -05:00
committed by Ron Evans
parent cb4f3f12e6
commit efc824a103
+2
View File
@@ -10,6 +10,8 @@
"extra-files": [
"src/device/stm32/stm32f405.s"
],
"flash-method": "command",
"flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",
"openocd-transport": "swd",
"openocd-interface": "jlink",
"openocd-target": "stm32f4x"