Angus Gratton
Angus Gratton
There is a bug here, thanks for the report. When N bytes was read from the CDC interface, N < 64, and the host has more than N bytes still...
Hi @mischif, Thanks for the very clear report. At the moment calling send_keys() will block for up to the timeout (default 100ms) waiting for the USB endpoint to be available...
> If I'm understanding correctly this means there's no best way to call send_keys() from an ISR (you don't want to call it directly as it could take too long,...
> I was wondering about calling asyncio.run() or asyncio.create_task() inside an ISR to avoid calling schedule() in my code, but I didn't know if an ISR was too constrained an...
Sorry no one got back to you earlier. This sounds like the issue reported recently as #16619, with a fix submitted in #16620.
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...
I'm not able to reproduce this (also using no-name sdcard adapter, but same pins as reporter). Works with or without spiram enabled. 0x107 is `ESP_ERR_TIMEOUT` and 0x106 is `ESP_ERR_NOT_SUPPORTED`. The...
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...
I've rebased this PR, fixed a couple of small bugs, and added very basic tests for `machine.Counter` and `machine.Encoder` that pass on original ESP32 and ESP32-S3. Those tests are based...
Hi @sirhcel, @brainstorm told me about this issue and I got nerd-sniped into having a look. :laughing: I'm 99% sure this is either a MacOS FTDI VCP driver bug, or...