-
-
Notifications
You must be signed in to change notification settings - Fork 7k
SAM: add iSerial USB field #4009
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
Conversation
Build successful. Please test this code using one of the following:
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4009-BUILD-420-linux32.tar.xz
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4009-BUILD-420-linux64.tar.xz
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4009-BUILD-420-windows.zip
http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-4009-BUILD-420-macosx.zip
Just a small note here:
If the plugged interface adds more than the 20 available chars this will write to undefined memory. I think its not needed to fix this, since this should not happen on a limited number on endpoints. But its sure a risk if people feel like writing stories to the field.
It should be noted in the docs though:
https://github.com/arduino/Arduino/wiki/PluggableUSB-and-PluggableHID-howto
Porting of #3811 for SAM architecture
/cc @cmaglie