Tim Vrakas
Tim Vrakas
Seconded on above error, will try from git
OK, with some help provided I got the stuttering resolved. I also set `usign = true` and I think it sounds slightly better? Is there a way to know what...
the second commit is updating all the SVDs to the latest from https://packs.download.microchip.com/ which appear to have some bug fixes. Feel free to cherry-pick at your convenience.
I'm back... I put together an ASF3 based demo program in Atmel Studio, then I compiled it with the atmel-provided makefile. I setup an PIO environment with the AtmelSam Platform,...
In addition, many of the modules within ASF have user configuration header files. for example, when you install FreeRTOS-10.0.0 with ASFWizard in Atmel Studio, `module_config/FreeRTOSConfig.h` gets copied into the user...
Yes, here is a list of all the files I had to include for ASF3: https://github.com/Timvrakas/Code_Demo/blob/pio/lib/ASF3/library.json However, I didn't realize that there was a ASF4 available, and it's far superior...
I did get this working. My code is here: https://github.com/stanford-ssi/spacesalmon I don't know what's required to integrate, but its a bit of an issue that Atmel START has so many...
I'm using ASF4 with PlatformIO for this project. https://github.com/stanford-ssi/SpaceSalmon ASF4 is better than ASF3, but is not very good. More exposed than Arduino to be sure, but some broken libraries...
I ended up dropping ASF4 and restructuring my pretty sizable project to use the Adafruit Arduino Core. It has its own issues, but not as many, and for advanced peripheral...