Henrik Tjäder
Henrik Tjäder
For both SAMD51 and SAMD21 I think one of the features of the `OSCULP32K` is that it is always on. At least on the SAMD51 it is only possible to...
Latest release [fugit v0.3.5](https://crates.io/crates/fugit/0.3.5) added support for `Hz, kHz` etc :D
Was there any size increase when using embedded time or fugit in this way?
Related to this: Issue #639
Hi! You are correct, that using `task::spawn_after` is equivalent to scheduling "forward" with baseline from `now`. In 1.0 you have the option to also use `task::spawn_at`, which expects a specific...
Hi! Which version of embedded time are you using? 0.13 release branch I've heard is the recommended one, as discussed here: https://github.com/rtic-rs/cortex-m-rtic/issues/578 I have not seen much happening regarding embedded_time,...
@LU15W1R7H Could you provide some MWE showcasing the issue you have?
> > Hi, the dwt-systick-monotonic is really only for playing around with RTIC and getting a feel for what you can do. > > Ah, okay. This wasn't really clear...
> What's the status of this, now that v2.0 is stable? The proposed path forward is to create a separate branch for actor, just like other older releases. I did...
Closed by https://github.com/rtic-rs/rtic/pull/767 :tada: