We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4f3f1 commit efc824aCopy full SHA for efc824a
targets/feather-stm32f405.json
@@ -10,6 +10,8 @@
10
"extra-files": [
11
"src/device/stm32/stm32f405.s"
12
],
13
+ "flash-method": "command",
14
+ "flash-command": "dfu-util --alt 0 --dfuse-address 0x08000000 --download {bin}",
15
"openocd-transport": "swd",
16
"openocd-interface": "jlink",
17
"openocd-target": "stm32f4x"
0 commit comments