]> sigrok.org Git - libsigrok.git/commit - src/hardware/siglent-sds/protocol.c
siglent-sds: initial driver implementation for Siglent SDS
authormhooijboer <redacted>
Sun, 11 Feb 2018 17:11:58 +0000 (18:11 +0100)
committerUwe Hermann <redacted>
Sun, 11 Feb 2018 23:13:49 +0000 (00:13 +0100)
commitb33606718cebd776723c18de0a17efbca2d69525
tree04bbe38783e4aabacd3ba4bd53e9c5b9fbfff8a0
parent89f5fab97cc6c77da74a9262822eb00cabd287e1
siglent-sds: initial driver implementation for Siglent SDS

Implement a first version of the driver for the Siglent SDS1000 and
SDS2000 oscilloscopes.

[ gsi: This commit corresponds to git 0228126017e6 of marchelh's tree,
  I adjusted the source to closer match the project's coding style. The
  conversion was verified by this command:

  $ git diff --word-diff=color -w -b <branch>:<dir> <branch>:<dir>

  Changes include: Whitespace adjustment, dead code removal, separation
  of variable declaration and assignment, alpha-sorted includes. Line
  length was not addressed and not every location got adjusted, to keep
  the diff minimal and to reduce effort during review of this version. ]
src/hardware/siglent-sds/api.c
src/hardware/siglent-sds/protocol.c
src/hardware/siglent-sds/protocol.h