Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce CPU usage of chip-console (#25663)
This is busy polling the serial port, and as a result uses 100% CPU. Use a non-zero timeout to avoid this. Using asyncio would be better, but pyserial support for this is still experimental.
- Loading branch information