Daniel Egger

Results 405 comments of Daniel Egger

Also since there're no CHANGELOGs its very helpful for diffing between versions... @briansmith Unfortunately there's nothing an innocent bystander could do which you'd just need to merge; would it be...

May I suggest you amend the title to make it clear that this concerns multiple applications on a device (or in case of a bootloader probably even staged applications) and...

To be honest I'm actually a bit in conflict with `bytes`: On one hand the crate is super useful for all async IO stuff (e.g. Tokio and Actix) on the...

@tafia I ran into the same problem earlier today. I find it a bit unconvincing and awkward that the `Writer` essentially cannot be used as such since it prefixes the...

Yes, ITM is also an option. It does require a more elaborate setup though and only works on Cortex-M3 and higher so it's less ubiquitous. We can and should mention...

> is RTT available on non-segger debuggers? for some reason i had the idea it was proprietary to them :-/ Yes, we have a very nice rusty solution for that...

As long as the counter is not reconfigurable after initialisation, Copy/Clone should be reasonable. The only guarantee `delay` provides is that the delay is at least as long as requested....

We talked about this a bit on IRC earlier today. I think there're few other problems with the comments and I'd certainly would like to see a *slightly* more complete...

@Rahix That looks great already, but I'm wondering if there's a way to turn that into an iterator based approach, so instead of `commit()` you'd simply iterate on your iterator...

Well, I don't think we actually need transactions in the form start/commit to do the iterators. Instead I'd simply map what's happening on the I2C bus directly into an iterator...