-
I am trying to use FastLED with an ItsyBitsy M4. I made the edits to the 3 .h files discussed in #662 (in fact I replaced the entire library to be safe). The edits fixed the errors I was getting, ho…
-
Here is a working proof-of-concept to support virtual wires/jacks for MIDI devices:
https://github.com/kaysievers/Adafruit_TinyUSB_Arduino/tree/midi-jacks
https://github.com/kaysievers/ArduinoCo…
-
I have the Feather STM32F405 Express board. I built firmware for it on Christmas. I have an LPS3x bord connected via QT. If I just print data, everything is fine. If I try to push the data to Adafruit…
-
Complete details provided in this post:
https://forums.adafruit.com/viewtopic.php?f=57&t=158718
Feather M4 Express does not launch user code because memory locations at the beginning of unprotecte…
-
Adafruit's Feather line has something like 5-10 M0 variations depending on how you want to count the different radio variations. Should there just be one board module for all Feather M0 boards or shou…
-
need to fix in samd51 libs ?
some links:
https://forums.adafruit.com/viewtopic.php?f=63&t=135452
https://forum.arduino.cc/index.php?topic=526168.30
https://github.com/arduino/ArduinoCore-samd/is…
-
The CPU clock rate on atsamd51 is incorrect, and unpredictable.
I set up the SysTick clock to generate ticks every 10ms, and made an interrupt handler that flips a GPIO pin every time it fires. Th…
-
As per Discord Chat.
Hi,
I noticed on my ItsyBitsy M4 (SAMD21G19A) that CircuitPython seems to allow a huge number of non-compliant combinations for I2C and UART configurations for SAMD51.
I …
-
Since the restructured Core repositories (today), WebUSB devices fail to enumerate on Windows. I dumped the descriptor, but cannot see any obvious difference.
Everything appears to work fine on Lin…
-
This forum thread provoked this issue: https://forums.adafruit.com/viewtopic.php?f=60&t=141707. The poster had this problem with all the SD cards they tried and I had trouble with the one I tried as w…