Justin Beaurivage

Results 79 comments of Justin Beaurivage

LGTM, there is just a minor doc issue causing CI to fail.

@supersimple33: you have a missing critical section implementation. Just add thr `critical-section-single-core` feature to the `cortex-m` dependency and you should be good to go!

Thanks @kyp44! I'll keep this PR on standby for now, I want to make a new `pygamer` release before merging this to main, since this will mark the BSP's entry...

[Follow-up of the conversation [here](https://github.com/kyp44/atsamd/pull/1)]: > @jbeaurivage I did not update those dependencies, but it would definitely be nice to be able to use the latest versions of those. >...

Thanks for writeup. I would suggest to work on updating the dependencies here (Could rename the PR to something along the lines of "Promote pygamer to Tier 1 status"). About...

Hi @kyp44 and welcome! Ideally the implementation would live in this crate. By all means, feel free to open up a PR with a RTIC v2 monotonic implementation. I've actually...

No problem! Yeah having a global monotonic is entirely optional on v2. Regarding testing the async APIs, just the pygamer is fine, I've done extensive testing on a D21 target....

@kyp44 By the way, do reach out on Matrix if you haven't already: https://matrix.to/#/#atsamd-rs:matrix.org

Feel free to ignore this idea, but for the time being, the RTC monotonic impl could live in its own crate, owned by `atsamd-rs`, until it has been proven, after...