wuwbobo2021
wuwbobo2021
It seems like the `EndpointReadUntilShortPacket::read` also refuses to return any data until the internal buffer is filled. I'm expecting to receive data shorter than the internal buffer size within the...
is still my problem... however I shouldn't have made such a mistake if I had ported `android-usbser` to `nusb` v0.2 by myself. @nrot was merely making the crate compilable. I...
Sorry for the delay of making this branch synchronized again.
Another interesting problem: a script file saved by the text editor in Linux (Unix LF) cannot be executed correctly by the script engine on Windows. I don't know how to...
Important note: why don't warn people about the read/write size limitation determined by `DEFAULT_BUFLEN` in the code? I found a problem in the script engine: `jtag_set_pin_state` command cannot set the...
`pyjtagbs` equivalent of the above script: ```python from jtagbs import jtagbs from jtagbs.viveris import jtagcore # Memory read/write procedures were translated from `memoryoverjtag.c` in libjtagcore # Requires `jtag`, `device`, `addr_pins`,...
Thanks for fixing both bugs. And I realized that I had got something wrong: variables are handled by `get_param()`, not by `cmd_set_pin_state()` itself, that's not a clue for solving the...
Hardware difference: ESP32-S3 has a dedicated LCD_CAM peripheral, but no "I2S" camera mode (used by this project).
However, porting this project to ESP32S2 should be possible. I’ve finished a small I2S camera mode test program: .
I just considered continuing my progress on my fork again, untill I found this PR . Here are my ideas (some of which are probably stupid): - In `AdapterImpl::scan`, the...