Source
Fork: ilcato/ArduinoJoystickLibrary
Upstream PR: MHeironimus#90
Status: 1 commit ahead of our fork
What it adds
- Support for SAMD-based Arduino boards
Why we should merge it
SAMD boards (Arduino Zero, MKR family) are increasingly common for USB HID projects. Adding native SAMD support broadens the library beyond AVR/Due. There is also a related upstream PR MHeironimus#101 by gdsports with broader SAMD/M0/MKR support.
Risks to review
- May require architecture-specific HID definitions
- Could conflict with other platform support PRs
- Need to verify it does not break existing AVR builds
Next step
Compare ilcato's approach with gdsports PR MHeironimus#101 and pick the more complete SAMD implementation.
Source
Fork:
ilcato/ArduinoJoystickLibraryUpstream PR: MHeironimus#90
Status: 1 commit ahead of our fork
What it adds
Why we should merge it
SAMD boards (Arduino Zero, MKR family) are increasingly common for USB HID projects. Adding native SAMD support broadens the library beyond AVR/Due. There is also a related upstream PR MHeironimus#101 by gdsports with broader SAMD/M0/MKR support.
Risks to review
Next step
Compare ilcato's approach with gdsports PR MHeironimus#101 and pick the more complete SAMD implementation.