Skip to content

Commit

Permalink
Fix upload method
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Gerhardt committed Mar 13, 2024
1 parent 0e49b68 commit 2cff648
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards/wimodino.json
Expand Up @@ -45,14 +45,15 @@
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x4000",
"protocol": "sam-ba",
"protocol": "stk500v2",
"protocols": [
"sam-ba",
"stk500v2",
"blackmagic",
"jlink",
"atmel-ice"
],
"require_upload_port": true,
"speed": 57600,
"use_1200bps_touch": true,
"wait_for_upload_port": true
},
Expand Down

0 comments on commit 2cff648

Please sign in to comment.