Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,12 @@ src_libdrivers_la_SOURCES += \
src/hardware/fx2lafw/protocol.c \
src/hardware/fx2lafw/api.c
endif
if HW_CYPRESS_FX2G3
src_libdrivers_la_SOURCES += \
src/hardware/cypress-fx2g3/protocol.h \
src/hardware/cypress-fx2g3/protocol.c \
src/hardware/cypress-fx2g3/api.c
endif
if HW_GMC_MH_1X_2X
src_libdrivers_la_SOURCES += \
src/hardware/gmc-mh-1x-2x/protocol.h \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ SR_DRIVER([Fluke 45], [fluke-45])
SR_DRIVER([Fluke DMM], [fluke-dmm], [serial_comm])
SR_DRIVER([FTDI LA], [ftdi-la], [libusb libftdi])
SR_DRIVER([fx2lafw], [fx2lafw], [libusb])
SR_DRIVER([cypress-fx2g3], [cypress-fx2g3])
SR_DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x], [serial_comm])
SR_DRIVER([Great Scott Gadgets GreatFET One], [greatfet], [libusb])
SR_DRIVER([GW Instek GDS-800], [gwinstek-gds-800], [serial_comm])
Expand Down
Loading