Skip to content

Commit

Permalink
Merge pull request #569 from stevstrong/patch-20
Browse files Browse the repository at this point in the history
F4: fix HID upload with Arduino IDE
  • Loading branch information
rogerclarkmelbourne committed Sep 24, 2018
2 parents b5cd376 + 188d9ce commit 61ed869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STM32F4/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ generic_f407v.menu.upload_method.STLinkMethod.upload.dfuse_addr=0x08004000
generic_f407v.menu.upload_method.STLinkMethod.build.vect_flags=-DVECT_TAB_FLASH -DUSER_ADDR_ROM=(uint32)0x08000000

generic_f407v.menu.upload_method.HIDUploadMethod=HID bootloader 2.0
generic_f407v.menu.upload_method.HIDUploadMethod.upload.protocol=hid_boot
generic_f407v.menu.upload_method.HIDUploadMethod.upload.tool=hid_upload
generic_f407v.menu.upload_method.HIDUploadMethod.build.vect_flags=-DVECT_TAB_FLASH -DUSER_ADDR_ROM=(uint32)0x08004000 -DVECT_TAB_OFFSET=0x4000
generic_f407v.menu.upload_method.HIDUploadMethod.build.ldscript=ld/bootloader_8004000.ld
Expand Down

0 comments on commit 61ed869

Please sign in to comment.