Skip to content

Commit 1983f7a

Browse files
author
Phil Manofsky
committed
Update boards.txt
added "build.usb_manufacturer" entry that overrides default macro in USBCore.cpp source file. this isn't really necessary since the source macro is the same as in "boards.txt", but it gives 3rd party board vendors direction in how to have their SAM3X board use their own manufacturer string during USB enumeration.
1 parent 18250ae commit 1983f7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: hardware/arduino/sam/boards.txt

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ arduino_due_x_dbg.upload.wait_for_upload_port=false
1212
arduino_due_x_dbg.upload.native_usb=false
1313
arduino_due_x_dbg.build.mcu=cortex-m3
1414
arduino_due_x_dbg.build.f_cpu=84000000L
15+
arduino_due_x_dbg.build.usb_manufacturer="Arduino LLC"
1516
arduino_due_x_dbg.build.usb_product="Arduino Due"
1617
arduino_due_x_dbg.build.board=SAM_DUE
1718
arduino_due_x_dbg.build.core=arduino
@@ -35,6 +36,7 @@ arduino_due_x.upload.wait_for_upload_port=true
3536
arduino_due_x.upload.native_usb=true
3637
arduino_due_x.build.mcu=cortex-m3
3738
arduino_due_x.build.f_cpu=84000000L
39+
arduino_due_x.build.usb_manufacturer="Arduino LLC"
3840
arduino_due_x.build.usb_product="Arduino Due"
3941
arduino_due_x.build.board=SAM_DUE
4042
arduino_due_x.build.core=arduino

0 commit comments

Comments
 (0)