Dario Nieuwenhuis

Results 479 comments of Dario Nieuwenhuis

seems it was not 100% a mistake, sorry :sweat_smile:. Looking through the datasheet, you need to set the CPUFREQ_BOOST option byte in order to reach 550mhz. I think the reason...

I'm going to close this, now that the old timer traits are removed #324. Discussion for design for the new traits can go in #359 . Linking it so this...

I no longer think I2C bus/device makes sense. Opened #440 instead.

my personal opionion is we should deprecate it (i.e never release embedded-hal-nb 1.0), but it's up to the HAL team as a whole to decide... It was discussed a while...

yes. I propose closing this, now that we have `embedded-hal-bus`, unless somebody has an objection.

I also think we need the 3, yes. Note that io-like traits already exist at `embedded-io`. @ryankurte @eldruin My proposal to unblock this: - Keep `read` to be "read until...

Okay, following the previous discussions: - I've split async write into #442 since that should be uncontroversial. - Renamed `Read` into `ReadExact`. Matches the `std::io` name and makes it more...

Discussed in today's WG meeting https://matrix.to/#/!BHcierreUuwCMxVqOf:matrix.org/$36Ghk5FUs3y2c-2eoOZKugKx4sS_xJ6VE8uS_78EyrE?via=matrix.org&via=psion.agg.io&via=tchncs.de Discussed what exactly are the differences between buffered and unbuffered, and whether we need both. No conclusions reached.

> though again it would be great to have example impls in a couple hals / a driver `embassy-rp`, `embassy-stm32`, `embassy-nrf` have implementations of these methods (not with the trait...