You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this will come in time: we need to check the existing Arduino USB device stack and make it more efficient, if possible, or rewrite the foundations: the famous chapter 9 and right after device classes drivers
But, to let you move without pain, I just pushed as-is the USB device stacking coming from Flutter Wireless port (https://github.com/flutterwireless/ArduinoCodebase). This port isn't really what I would like to see here but at least it is working on SAM3S1 and should be 'easy' to use on SAM4S.
Play with it, fix some wrong #include, don't forget to add all .c and .cpp files in your variant makefile and you should be ok for a while.
The existing SAM USB device stack has been proven to be slow, specially versus Teensy 3.x.
This function needs time to be spent.
The text was updated successfully, but these errors were encountered: