You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add test results for USB-CDC bulk operations.
Document comprehensive test results showing 631 tests passed with 17,492
individual testcases verified on Raspberry Pi Pico with optimized firmware.
Results confirm:
- No regressions from bulk operations implementation
- Keyboard interrupt handling works correctly
- stdin/stdout operations function properly over USB-CDC
Signed-off-by: Andrew Leech <[email protected]>
Copy file name to clipboardExpand all lines: docs/stdin_serial_analysis.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -811,3 +811,23 @@ The bulk USB-CDC optimization successfully removes the device-side bottleneck. F
811
811
- End-to-end stdin throughput: Still limited by protocol flow control (~20 KB/s baseline unchanged)
812
812
813
813
The optimization is valuable for future protocol improvements and already benefits scenarios where the device processes stdin_ringbuf data faster than the host sends it (reduces USB IRQ overhead).
814
+
815
+
### Testing Results
816
+
817
+
Comprehensive test suite run on Raspberry Pi Pico with optimized firmware:
0 commit comments