Skip to content

Commit

Permalink
brymen-dmm: remove obsolete driver (support has moved to serial-dmm)
Browse files Browse the repository at this point in the history
The DMM support for Brymen BM850s has moved to src/dmm/ and became
part of the serial-dmm driver. Remove the now obsolete brymen-dmm/
source code.
  • Loading branch information
gsigh committed Oct 22, 2020
1 parent 27186ed commit 9a1a7dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 882 deletions.
7 changes: 0 additions & 7 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,6 @@ src_libdrivers_la_SOURCES += \
src/hardware/beaglelogic/beaglelogic_native.c \
src/hardware/beaglelogic/beaglelogic_tcp.c
endif
if HW_BRYMEN_DMM
src_libdrivers_la_SOURCES += \
src/hardware/brymen-dmm/parser.c \
src/hardware/brymen-dmm/protocol.h \
src/hardware/brymen-dmm/protocol.c \
src/hardware/brymen-dmm/api.c
endif
if HW_CEM_DT_885X
src_libdrivers_la_SOURCES += \
src/hardware/cem-dt-885x/protocol.h \
Expand Down
1 change: 0 additions & 1 deletion README.devices
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ The following drivers/devices do not need any firmware upload:
- atten-pps3xxx
- baylibre-acme
- beaglelogic
- brymen-dmm
- cem-dt-885x
- center-3xx (including all subdrivers)
- chronovu-la
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ SR_DRIVER([ASIX SIGMA/SIGMA2], [asix-sigma], [libftdi])
SR_DRIVER([Atten PPS3xxx], [atten-pps3xxx], [serial_comm])
SR_DRIVER([BayLibre ACME], [baylibre-acme], [sys_timerfd_h])
SR_DRIVER([BeagleLogic], [beaglelogic], [sys_mman_h sys_ioctl_h])
SR_DRIVER([Brymen DMM], [brymen-dmm], [serial_comm])
SR_DRIVER([CEM DT-885x], [cem-dt-885x], [serial_comm])
SR_DRIVER([Center 3xx], [center-3xx], [serial_comm])
SR_DRIVER([ChronoVu LA], [chronovu-la], [libusb libftdi])
Expand Down
192 changes: 0 additions & 192 deletions src/hardware/brymen-dmm/api.c

This file was deleted.

Loading

0 comments on commit 9a1a7dc

Please sign in to comment.