https://github.com/harbaum/pico-mpsse
MPSSE/JTAG impementation for the Raspberry Pi Pico
https://github.com/harbaum/pico-mpsse
Last synced: about 1 year ago
JSON representation
MPSSE/JTAG impementation for the Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/harbaum/pico-mpsse
- Owner: harbaum
- Created: 2025-02-12T14:25:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T07:04:51.000Z (about 1 year ago)
- Last Synced: 2025-05-07T03:03:59.279Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 684 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pico MPSSE
The goal of this project is to allow the Raspberry Pi Pico to act
as a MPSSE compatible JTAG programmer for DIY FPGA projects.
It consists of two parts:
- [usbmon_mpsse_parser](usbmon) is a python script allowing to analyze the USB traffic as generated during the use of a MPSSE capable device
- [pico_mpsse](pico_mpsse) is a firmware for the Raspberry Pi Pico allowing it to act like a MPSSE device