]> sigrok.org Git - libsigrok.git/commit
deree-de5000: rename to serial-lcr, update configure logic
authorGerhard Sittig <redacted>
Mon, 26 Dec 2016 12:12:35 +0000 (13:12 +0100)
committerGerhard Sittig <redacted>
Mon, 26 Dec 2016 12:12:35 +0000 (13:12 +0100)
commit503220ec8d00a8a351a2c1bc659d42132a40f64a
tree7ad1ca8cb0271eb2a77786fcf9a79e9524531ccb
parent8626feaeb57aa50d68293f1706593fa8269a3b2e
deree-de5000: rename to serial-lcr, update configure logic

The former DER EE DE-5000 driver was a very thin wrapper around the
ES51919 LCR meter chipset. None of its source was specific to the
deree-de5000 device. In fact it contained code for all currently
supported LCR meters, and it's expected that all LCR meters which
will get added in the future will fit in as well.

Follow the serial-dmm model. Rename the src/hardware/deree-de5000/
directory to serial-lcr/. Update the configure logic. Although the
source directory and the configure option are named serial-lcr, the
LCR meter still is used by specifying the "deree-de5000" device driver
(which just happens to reside in the serial-lcr driver sources, among
others).
Makefile.am
configure.ac
src/hardware/deree-de5000/api.c [deleted file]
src/hardware/serial-lcr/api.c [new file with mode: 0644]