Diego Barrios Romero

Results 107 comments of Diego Barrios Romero

As per [this meeting](https://github.com/rust-embedded/wg/blob/768a21a7d69da766b7191f568df3a7b97bad6d20/minutes/2018-07-30.md) the HAL team should be the maintainer of this but it is not listed in the wg main page. Nowadays there is also stm32-rs. Maybe that...

I am not opposed to make `rust-i2cdev` fulfill the contract of `embedded-hal::i2c::I2c`. However, it is possible to set the `NO_START` message flag entirely from this crate by using `with_flags()`. i.e....

I'm very happy to hear about your interest. - I also think the best way to support lcov in cargo-travis would be an additional _opt-in_ parameter. I agree that more...

I do not think publishing a 0.3.0 or 0.4.0 version would help anybody since `0.X` versions are traditionally understood as breaking releases and thus users would not see the warnings...

@octycs Could you rebase this to the current master?

Great work @TheZoq2!. Just to let you know, the ADC traits have been published in [email protected].

Hi, This is interesting. I have not measured the latency of the methods but the code is quite straight-forward. There might be a problem in your code if you run...

I see. I agree the running speed should not be the limiting factor. The `transfer` method you refer to does the same thing as the `write` under the hood. It...

IIUC, it seems that the next Yocto LTS release (Scarthgap, due this month indeed) will ship [Rust 1.75.0](https://layers.openembedded.org/layerindex/recipe/398239/), which means we can also update nix (See #176). Nevertheless, Kirkstone remains...