Skip to content

Commit

Permalink
fwili : first revision created.
Browse files Browse the repository at this point in the history
Added support for FREE-WILi logic analyzer FPGA application.
Support for four channels, triggering, and pre-trigger ratio.
  • Loading branch information
Ytuf committed Nov 13, 2024
1 parent b503d24 commit 73f3262
Show file tree
Hide file tree
Showing 5 changed files with 797 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@ src_libdrivers_la_SOURCES += \
src/hardware/ftdi-la/protocol.c \
src/hardware/ftdi-la/api.c
endif
if HW_FWILI
src_libdrivers_la_SOURCES += \
src/hardware/fwili/protocol.h \
src/hardware/fwili/protocol.c \
src/hardware/fwili/api.c
endif
if HW_FX2LAFW
src_libdrivers_la_SOURCES += \
src/hardware/fx2lafw/protocol.h \
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ SR_DRIVER([DreamSourceLab DSLogic], [dreamsourcelab-dslogic], [libusb])
SR_DRIVER([Fluke 45], [fluke-45])
SR_DRIVER([Fluke DMM], [fluke-dmm], [serial_comm])
SR_DRIVER([FTDI LA], [ftdi-la], [libusb libftdi])
SR_DRIVER([fwili], [fwili])
SR_DRIVER([fx2lafw], [fx2lafw], [libusb])
SR_DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x], [serial_comm])
SR_DRIVER([Great Scott Gadgets GreatFET One], [greatfet], [libusb])
Expand Down
Loading

0 comments on commit 73f3262

Please sign in to comment.