Emil Fresk
Emil Fresk
Thanks for finding the root cause!
Hi, this is intended behavior. `fugit`'s `Instant` represents a wrap-able time of `MAX/2 -1` span (think `iXX` semantics). The overflow check that it does is checking whether the change of...
Hey @Dirbaio / @thvdveld - has there been any progress here or more questions/comments?
Hi @Dirbaio, do you have any more comments/questions on this?
Hi @Dirbaio, I'd like to check in on how this is progressing on your side?
Just for completeness, we have a PTP PoC that here using this PR: https://github.com/stm32-rs/stm32-eth/tree/smoltcp-ptp Checkout `examples/server.rs` and `examples/client.rs`
Hi @Dirbaio The requested fixed and updates were pushed a few months ago. Do you have any feedback or is it ready for merge?
Indeed, checking the schematics it seems to set the SWDIO/SWDCLK to GPIO 14/12 and disable the support for RST should be enough. :)
Hi! The recommended way to share buses in RTIC (or embassy) is to use the following: https://docs.rs/rtic-sync/latest/rtic_sync/arbiter/i2c/index.html It allows you to share an I2C bus between multiple users. There is...
Hi @DusterTheFirst ! The only reason is that it has not been added. A PR would be appreciated! If you just want to get it working you can do it...