ataradov / usb-sniffer

Low-cost LS/FS/HS USB sniffer with Wireshark interface
BSD 3-Clause "New" or "Revised" License
838 stars 102 forks source link

feat: [software]add jtag_enable for debug #16

Closed huajijam closed 1 year ago

huajijam commented 1 year ago

I am working on Porting sniffer's FPGA to GW1N-UV2LQ100-C7/I6 this is some random code that I wrote to test it the work is done but need a rewrite to fpga flash and other more only test function will be push to upstream as the fpga need some lowlevel rework (both software,firmware,fpga,and optional hardware)

huajijam commented 1 year ago

btw, any instructions on how to build software in windows? I can only build it in wsl, but it will output linux's binary, and test need to work in a vm, it's a bit annoying

ataradov commented 1 year ago

This is not useful for normal operation, so there is no real reason to include that in the main code.

For windows builds I'm using MinGW (https://www.mingw-w64.org/), which provides GCC and all the standard GNU tools.

huajijam commented 1 year ago

close as owner does not need it, no code will be pushed to upstream in further development