PICO_STDIO_USB_TASK_INTERVAL_US is presumably microseconds so 1000 means polling is every millisecond.
I doubt you will gain anything by decreasing that because I don't think hosts communicate with the Pico more frequently than that. But I may be wrong.
I can't think of any way to do it without hacking the SDK code, or figuring out how to replace the code with something out of tree.
I doubt you will gain anything by decreasing that because I don't think hosts communicate with the Pico more frequently than that. But I may be wrong.
I can't think of any way to do it without hacking the SDK code, or figuring out how to replace the code with something out of tree.
Statistics: Posted by hippy — Fri Oct 24, 2025 10:02 pm