Skip to content

Commit 00f3a65

Browse files
deadprogramaykevl
authored andcommitted
machine/arduino-nano33: use (U)SB flag to ensure that device can be found when not on default port
Signed-off-by: deadprogram <[email protected]>
1 parent b481519 commit 00f3a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/arduino-nano33.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"inherits": ["atsamd21g18a"],
33
"build-tags": ["sam", "atsamd21g18a", "arduino_nano33"],
4-
"flash-command": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}",
4+
"flash-command": "bossac -d -i -e -w -v -R -U --port={port} --offset=0x2000 {bin}",
55
"flash-1200-bps-reset": "true"
66
}

0 commit comments

Comments
 (0)