Diego Barrios Romero

Results 166 comments of Diego Barrios Romero

This would need to be adapted to the updated `mio` version now. bors try

@hannobraun I think it would be a good idea to document these limitations directly in the rust-embedded/cortex-m-rt#100 RFC so that it is clear to people in the future what is...

@hannobraun Ah, I noticed now that the RFC does not include a separate RFC document as otherwise usual. I am not sure where to add it either; maybe directly in...

It is worth mentioning that I ported wyhash to Rust and is no-std compatible: [wyhash](https://crates.io/crates/wyhash) As of version 0.3 only version 1 of the algorithm is available but I will...

You can also get one of [these modules](https://www.aliexpress.com/wholesale?SearchText=sx1280) for 7-10 USD.

I would say let's reevaluate this after the 1.0 release.

I published I2S traits in a separate [`embedded-i2s`](https://github.com/eldruin/embedded-i2s-rs) crate. I would encourage anybody to continue the discussion over there. A discussion about integration into `embedded-hal` would come much later.

I published this trait in a separate [`embedded-i2s`](https://github.com/eldruin/embedded-i2s-rs) crate. I would encourage anybody to continue the discussion over there. A discussion about integration into `embedded-hal` would come much later.

I will merge this and do the last fixes myself on it over the next few days. I will comment here once that is done.

@Phantato You could also review the chapter 4 PR #171 and viceversa and so you can help each other.