Hanno Braun

Results 489 comments of Hanno Braun

> I agree, however this was also intended more as a starting point and for discussion than to be merged. I just wanted to see how much needs to be...

> ahh, i need to update the readme there. as of `v0.4.0` you can go both forwards and backwards (as per the [docs](https://docs.rs/embedded-hal-compat/0.4.0/embedded_hal_compat/)). Good to know! I guess that means...

@darryln > hard cut? no branch? 1.x branch? anybody's fork? Can you summarize for me? "Hard cut" would mean to release a new version of stm32f7xx-hal that supports embedded-hal 1.0...

Thank you, good catch! Just from reading the code, it's not clear to me whether this is actually wrong, but it definitely looks dubious. Even it this doesn't need fixing,...

> If the timer functionality is separated from the `Clock` trait, we're left with: > > ```rust > let timer = Timer::new(my_clock, 2.seconds()).start(); > ``` > > Definitely not nearly...

Thank you, @poliorcetics, that's awesome! Hope it gets merged soon! > It's probably possible to regenerate the docker container and use it locally to make the necessary changes but I...

Dependabot is active again. Thanks again, @poliorcetics!

Thank you for looking into this, @whereistejas! That proposal looks very reasonable. I'll leave some more comments on the pull request you opened.

I've decided to close this, for the following reasons: - This would complicate the model path logic, possibly leading to as much confusion as it prevents. - Specifying a default...