Dániel Buga

Results 578 comments of Dániel Buga

I'm not happy that `Channel/ChannelTx/ChannelRx` would need to become Peripheral instances. The problem is that they currently have mutable state (as in, their configuration) and I'm not sure how that...

My idea is to move burst mode config to Tx/RxBuffer (and consequently, Preparation if I need to, although burst length is still nebulous to me a bit). This allows us...

> Did you manage to figure out the bandwidth thing? No, I mean I'd put this into the user's hands, so that they can enable burst transfer of buffers. There...

I thought we might want to track work that needs to be done in this area, but I'm unsure what that work actually is.

Thanks for finding this. I'm not able to actively work on embedded-menu, but if you're willing to get your hands dirty, I'd be happy to merge and release a fix.

Please take a look at https://github.com/probe-rs/probe-rs/pull/2614

Maybe, but the issue is open so who knows, someone needs to check ;)

The check has been added to `Target::new` and it's also present in `ChipFamily::validate` albeit not by calling the same code (`family.get_algorithm`) but implementing the lookup once more. IMO `validate` could...

Another thing we should do is run the validation logic in `build.rs` so probe-rs doesn't even build if the descriptors aren't all valid.