Skip to content

Releases: therealdreg/pico-usb-sniffer-lite

v5

05 Jan 20:02
Compare
Choose a tag to compare

image

CHANGELOG v5 2025-01-05

  • print BUILD DATE
  • more DOC
  • TIME implemented
  • CDC reset connection on main for SWD programming
  • minor & cosmetic changes

v3

05 Jan 11:57
Compare
Choose a tag to compare
v3

image

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