-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Officially support using the WebUSB versions of board definitions #32
Comments
Maybe adding a new "WebUsb Board" into official Arduino Boards Manager could do this trick automatically? PS: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification |
@q2dg when the Editing the original |
Hi @reillyeon I wonder why you change the title of this issue to "Officially support using the WebUSB versions of board definitions"? Officially, this library WebUSB, already support board definitions. There is just a missing instruction to copy the files over to Arduino and does not require editing of the So, this issue is to correct the README.md. If you are happy I can do a pull request to change the wording. |
The necessary action on this issue is to verify that the updated board definitions correctly set USB_VERSION for all the boards listed as tested, and then update README.md. |
This change is not needed because the file webusb\avr\boards.txt in this repo has already defined the correct USB_VERSION.
Just need to add a missing instruction in README.md to copy the folder webusb to arduino\hardware folder.
The text was updated successfully, but these errors were encountered: