Skip to content

Actualizar #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 31, 2016
Merged

Actualizar #1

merged 19 commits into from
Mar 31, 2016

Conversation

ivanebernal
Copy link
Owner

No description provided.

sandeepmistry and others added 19 commits March 10, 2016 10:23
Fix typo in ReadASCIIString.ino
allows people to create board that depends on sam core to use their own Vendor ID instead of Arduino's
now "myboard.build.usb_product" and "myboard.build.usb_manufacturer" from a 3rd party board in "boards.txt" are used in source code. if they aren't defined in "boards.txt", default values are used.
3rd party boards that use sam core can have their own USB product ID that is defined in "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.
allow 3rd party boards that depend on sam core to use their own USB vid/pid and manufacturer/product strings
- Remove comment in Arduino AVR Boards platform.txt about -w flag. This
is no longer relevant since the compiler warning level is now set by the
user.
- Fix typos
Add missing cast to SoftwareSerial::peek() when returning buffered value
@ivanebernal ivanebernal merged commit a861f9b into ivanebernal:master Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants