We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd79bfe commit 9eeeb50Copy full SHA for 9eeeb50
hardware/arduino/sam/platform.txt
@@ -55,7 +55,7 @@ compiler.libsam.c.flags="-I{build.system.path}/libsam" "-I{build.system.path}/CM
55
build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSBCON '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
56
57
# Default usb manufacturer will be replaced at compile time using
58
-# numeric vendor ID if available or by board's specific value.
+# numeric vendor ID if available or by board's specific value.
59
build.usb_manufacturer="Unknown"
60
61
@@ -92,6 +92,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
92
# SAM3 Uploader tools
93
# -------------------
94
95
+# BOSSA
96
tools.bossac.path={runtime.tools.bossac.path}
97
tools.bossac.cmd=bossac
98
tools.bossac.cmd.windows=bossac.exe
0 commit comments