zyp
zyp
I've been doing this with the CLE-215+, works for me.
I just realized that this would also simplify bytestream IN buffer management. The problem with converting bytestreams into packets is that you generally don't want to wait for a full...
IIRC when we discussed this on Discord, we came to the conclusion that it's caused by the ULPI IO not being registered but driven combinatorially. The LUT input signals doesn't...
I'm not sure what point you're trying to make. I haven't asked for a list of rooms, I've asked for a list of entities sorted by which room they are...
> I feel like implicit conversions from floats are potentially a source of bugs severe enough that maybe we shouldn't have them at all. I think for making constants of...
The question of whether `__div__` makes sense to have is whether it's feasible for synthesis to infer a divider. Independent of that, there's already nothing that prevents you from making...
If a perfect `__div__` is desirable to have, instead of a `fixed.Value`, we could simply have it return a ratio object containing the two operands. Once such a ratio is...
> I have used WinUSB driver to replace the Mass Storage driver (Interface 2), the CDC-ACM driver (Interface 0/1, with IAD) and the USB Audion Driver (Interface 4/5, no IAD)....
I'm not intending to *commit* to this approach, but I think it'd be useful to prototype a simple working implementation first and write a suite of passing tests against it...
`datetime.timedelta` is actually decent prior art for what this RFC proposes; it serves a similar purpose and the set of supported operations is also pretty much identical. The difference is...