P33M
P33M
The general recommendation is to plug USB-SATA adapters into a downstream powered hub, as they frequently do not adhere to their maximum allowed Vbus current (900mA). Splitting the two devices...
Hmm. Am I leaking temporary buffers? I borrowed some code from upstream that fixed a theoretical bug with a dwc3 controller, so maybe that's not bullet-proof.
Ah it's a SG op that's getting linearised into a buffer bigger than a single SWIOTLB entry. usb-storage limits the max consecutive number of written sectors to 256K (exactly the...
Back-of-the-envelope calculation of bandwidth usage: 3072 bytes = 24576 bits per camera per microframe (negating bit-stuff overhead and protocol overhead of a few bytes) 24576 x 3 = 73728 bits...
Yes, it's down to us not restricting bus bandwidth correctly.
Superseded by #31, which implements the above (and adds the GUID that Keil specifies for DAP interfaces).
Fixed in #31
Fixed in #31 - Zadig is no longer required for both interfaces to work.
As picoprobe now uses CMSIS-DAP as the interface driver, there's no command that will return this data to the host, or configure the target IO voltage. Any debug adapter variant...
While the performance comparisons are useful they are out of scope. This pull request does as the title says it does - change the driver interface to one that's more...