Paul Sajna
Paul Sajna
I was mainly just volunteering to test a build or something on my Adafruit Circuit Playground Express. I'm not sure if I can help with the comparison to the atmel...
Slapped a help wanted label on here, hoping we can find someone to test this.
The low-level API portion (what we call a PAC or peripheral access crate) is auto-generated and will be part of my SAMD51 PR. The docs are already available [here](https://atsamd-rs.github.io/atsamd/atsamd51j19a/atsamd51j19a/dac/).
Ugh y they no TryFrom.
Yeah it's not quite as clean but I think it makes sense to error if an invalid frequency is requested
@jessebraham @twitchyliquid64 this is what happens when you leave your boards unattended :stuck_out_tongue:
I'm not sure if that chip existed when this project began. :sweat_smile: Anyway, I would recommend looking through the datasheet to see how it compares to other chips we support...
I think this would be better as a `#[cfg(feature = "can"]` like we did for the radio variants of feather m0 https://github.com/atsamd-rs/atsamd/blob/b82ab9ab0566deace39a6e8af6c963c33d6f8540/boards/feather_m0/src/lib.rs#L177 rather than an entirely separate BSP. Also I...
Yeah I still think you could remap the neopixel and add the CAN pins under a feature flag.
This [branch](https://github.com/sajattack/SAM/tree/SAM-unleashed) on my fork can do around 14 seconds of speech, up from the 7 possible with the version here. I modified the code slightly to allow this