Enable eud devices via libeud.
- Windows x64
- Ensure you have installed
ibusb-1.0on you computer(via vcpkg or others). libeud.dllis prebuilt in this repo.
mkdir build
cmake -B build -S .There are many usb devices in eud, here is a list:
| VID | PID | Interface Name |
|---|---|---|
| 0x05C6 | 0x9501 | EUD Ctrl Device |
| 0x05C6 | 0x9502 | EUD Trace Device |
| 0x05C6 | 0x9503 | EUD JTAG Device |
| 0x05C6 | 0x9504 | EUD SWD Device |
| 0x05C6 | 0x9505 | EUD Port Device |
QUIC opensource libeud uses libusb to interact with eud devices,
so you have to install WinUSB(or libusbK) driver on the table.
- By default this tool will use the first device id.
GPL-2.0 OR BSD 3-clause "New" or "Revised" License