Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
06ef138
hosted/bmp_libusb: Removed the old find_debuggers() implementation
sidprice Jul 18, 2023
4a01e30
hosted/platform: Add all the new VIDs and PIDs required for the probes
sidprice Oct 22, 2022
a53c37c
hosted/bmp_libusb: Initial reimplementation of probe scanning
sidprice Oct 5, 2022
ca1104d
hosted/bmp_libusb: Implemented FTDI adaptor scanning for Windows
sidprice Oct 9, 2022
be811d5
hosted/bmp_libusb: Implemented VID/PID device entry processing
sidprice Oct 9, 2022
3aa5613
hosted/bmp_libusb: Implemented display of the discovered probes
sidprice Jul 19, 2023
41ebd82
hosted/bmp_libusb: Primitive scanner for CMSIS-DAP probes
sidprice Oct 15, 2022
c82beff
hosted/bmp_libusb: Implemented probe type lookup
sidprice Oct 16, 2022
759f4f2
hosted/bmp_libusb: Implemented handling for custom string processing
sidprice Oct 23, 2022
8e74c9d
hosted/bmp_libusb: Refined and expanded CMSIS-DAP scanning
sidprice Oct 23, 2022
a8212c5
hosted/bmp_libusb: Add post scan processing
sidprice Oct 25, 2022
12fcb31
hosted/ftdi_bmp: Add code to update cl_opts for FTDI probes
sidprice Nov 4, 2022
f6f6d4e
hosted/bmp_libusb: Improved the handling of CMSIS-DAP adaptors, and O…
sidprice Nov 4, 2022
032526b
hosted/ftdi_bmp: Add processing of FTDI adapter name to adapter lookup.
sidprice Nov 7, 2022
9a25ab7
hosted/cli: Remove leading whitesapce from 'c' option argument
sidprice Nov 7, 2022
40d4cf4
3rdparty/ftdi: Add FTDI FTD2xx library and header files
sidprice Mar 20, 2023
da8971a
hosted/makefile: Implement the build system logic required to pick up…
sidprice Mar 20, 2023
06c46db
hosted/windows/ftdi: Implemented stubs for shimming FTD2xx in on Windows
sidprice Apr 4, 2023
c4341d6
hosted/windows/ftdi: Implement libftdi shims using ftd2xx
sidprice Apr 4, 2023
0d72388
hosted/bmp_libusb: Strip FTDI serial post-fix and skip multiple inter…
sidprice Apr 23, 2023
e8131f5
hosted/windows/ftdi: Refactor ftdi_new and set interface
sidprice Apr 23, 2023
1a1cfe9
hosted/bmp_libusb: Fix ST-Link v2 serial number reporting
sidprice Apr 23, 2023
521463a
hosted/ftdi_bmp: Guard nulling of Tigard description
sidprice Apr 23, 2023
878279a
hosted/bmp_libusb: Implement multiple interface scan skipping
sidprice Apr 23, 2023
daecdef
hosted: Add libusb_device to probe info structure and implement usage
sidprice Jun 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ blackmagic_upgrade
.gdb_history
src/artifacts/

src/ftd2xx.dll
Binary file added 3rdparty/ftdi/amd64/ftd2xx.dll
Binary file not shown.
Binary file added 3rdparty/ftdi/amd64/ftd2xx.lib
Binary file not shown.
Loading