Files
tinyusb/docs/superpowers/specs
hathach b123b56ef3 hil: do not leak the capture process when a drop-rate run fails
A failed flash (CalledProcessError, TimeoutExpired) or a missed re-enumeration
propagated out of one_run() before usb_sniffer was terminated, leaving an
orphaned capture holding the pcap open. It writes ~20 MB/s on a busy HS bus, so
a leak fills the disk while the harness moves on. The body is now wrapped in
try/finally.

Also renames the deferred-work list to name the PR it belongs to: one file per
PR under docs/superpowers/todo/.
2026-08-19 10:48:53 +07:00
..