]> sigrok.org Git - libsigrok.git/commit - configure.ac
Initial support for UNI-T DMMs.
authorUwe Hermann <redacted>
Sat, 27 Oct 2012 20:41:50 +0000 (22:41 +0200)
committerUwe Hermann <redacted>
Sat, 27 Oct 2012 21:17:30 +0000 (23:17 +0200)
commit79081ec80c79801c439a1a3756cf5426af0739b8
tree05acd1169f97994073a63c36028d8301b96fbfed
parent45e080b60b2526fd9723dd822215294f973bff2a
Initial support for UNI-T DMMs.

This is not yet fully finished, but works for most use-cases.

Tested with a UNI-T UT61D using the UT-D04 USB/HID cable (new version).
configure.ac
hardware/Makefile.am
hardware/common/Makefile.am
hardware/common/dmm/Makefile.am [new file with mode: 0644]
hardware/common/dmm/fs9922.c [new file with mode: 0644]
hardware/uni-t-dmm/Makefile.am [new file with mode: 0644]
hardware/uni-t-dmm/api.c [new file with mode: 0644]
hardware/uni-t-dmm/protocol.c [new file with mode: 0644]
hardware/uni-t-dmm/protocol.h [new file with mode: 0644]
hwdriver.c
libsigrok-internal.h