allow 3rd party boards that depend on sam core to use their own USB vid/pid and manufacturer/product strings #4693
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My company is creating a product (open source MIDI controller) that uses the same chip as the Arduino Due (SAM3X series). I created a new board package with a "boards.txt" file which uses the Due's core files. The changes that I propose in this Pull Request allow boards like my company's board (which depend on the sam core) to define their own USB vendor/product ID's and manufacturer/product strings in "boards.txt" that show up when enumerating the USB device.
Please consider committing this request. Otherwise, my company's product will show up as "Arduino Due" in Digitial Audio Workstations like Ableton after people edit/upload the firmware.