RudolphRiedel
RudolphRiedel
As I added here: https://github.com/adafruit/Adafruit-GFX-Library/issues/349 I ran into an issue when compiling my own library using PlatformIO which depends on ZeroDMA for the ATSAMD51. I further debugged the issue today...
I am trying to make use of the DMA feature for SPI with a Metro M4, are there any current examples for this? SPI.transfer(&buffer, 0, 1234, false); Or to be...
I am just playing with a W806 board and SPI. I intend to look deeper but this is what I found now. I have this little sketch: #include #include #define...
By creating this pull request you agree to the terms in CONTRIBUTING.md. https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md --- DO NOT DELETE ANYTHING ABOVE THIS LINE --- CONTRIBUTING.md also tells you what to expect in...
I just tried to build my Arduino example project: https://github.com/RudolphRiedel/FT800-FT813/tree/5.x/examples/EVE_Test_Arduino_PlatformIO And it builds for everything that is configured except adafruit_metro_m4. Using platform = [email protected] it builds again, so something in...