ArduinoJoystickLibrary icon indicating copy to clipboard operation
ArduinoJoystickLibrary copied to clipboard

Added support for SAMD devices

Open ilcato opened this issue 6 years ago • 6 comments

Fixes # or Enhancement #

Changes proposed in this pull request:

  • Added support for SAMD based devices like MKR family. Tested on a MKR1000

Contributors: ilcato

ilcato avatar Jun 06 '18 09:06 ilcato

Just tested this fork from ilcato on a Arduino MKR WIFI 1010 and it works great. Fixes the "PluggableUSB.h not found" error I was having.

Blind228 avatar Feb 17 '21 13:02 Blind228

tested with seeed xiao and works on that as well.

takigama avatar Feb 17 '22 01:02 takigama

Rebased this onto the main branch and tested with an Adafruit Trinket M0. Seems to work great. :) (How come these PR:s never seem to get merged?) :(

alphaleonis avatar Oct 29 '23 12:10 alphaleonis

@alphaleonis asked:

How come these PR:s never seem to get merged?

Because I don't have time to test them. :)

Seriously though, I do appreciate people's contribution. Once a PR is created, people can use the PR version if they have that particular hardware. Once a PR is merged to master, there is an expectation that it is "supported". That means I need to test it well enough that I feel comfortable "supporting it", and that can take a lot of time.

MHeironimus avatar Oct 29 '23 13:10 MHeironimus

Because I don't have time to test them. :)

Ah, I understand. Supporting and testing for all different hardware out there of course would require a very large effort. Just having the PR here solved the problem for me anyway, so I'm happy. :)

alphaleonis avatar Oct 29 '23 13:10 alphaleonis

tested with seeed xiao and works on that as well.

What Xiao module?

relaxibus avatar Oct 30 '23 14:10 relaxibus