Dion Dokter
Dion Dokter
Alright, I've found some more things: - The thing in the previous comment did not help anything - When on linux, but also using wireshark to monitor USB traffic, everything...
I think this is fixed now, so let's close it
What if we extend this a bit more? There's many parts that use fieldsets. But they're currently always tied to (and inline from) a register or command definition. What if...
In #106 the fieldset is already refactored out of the commands and registers to its own type. Fully enabling what's described in this issue will be added later. Question is...
> Blocks will probably still need a ref variant. You know, I don't think I've seen anybody ever use this. Gonna scrap it in KDL for now. If someone asks...
Hi, thanks for opening the issue! First off, this proposal would work for the usecase you're working on. However, I've been thinking about it and I don't think this is...
I'm not sure why you think having commands with buffer data is a workaround. For example, in this datasheet of your device: https://www.st.com/resource/en/datasheet/st25dv04k.pdf Section 7.6 describes the RF commands with...
Ah ok, now I see. It's probably not just you. I've been sick for a couple of days, so my thinking isn't entirely straight haha. I'll take some time to...
Ah yes. Usually for eeproms or flash there's a status register somewhere with a 'busy' bit that you're supposed to poll. Btw, I'm coming around on the idea of adding...
Hi, interesting idea! Are you proposing the toolkit generates the enum? The method itself could very easily support a `T: Into` so you can make your own.