Releases: therealdreg/pico-usb-sniffer-lite
Releases · therealdreg/pico-usb-sniffer-lite
v5
v3
CHANGELOG v3 2025-01-05
Ported & adapted, but not strictly 100% equal to the original
- Initial PICO SDK version
- ONE FILE project
- GPIO & Trigger info added to the output
- PIO Code ASM
- Some changes to make it work with PICO SDK
- Added some comments for educational purposes
- Stop capture command not implemented (I don't like accessing CDC-STDIO from different cores, and for now, it is blocking)
- TIME not implemented yet
- Added a PIO stuck detector (NO USB Traffic??)
- clang-format
- new DOC + DIY project
- More things that I don't remember