]> sigrok.org Git - libsigrok.git/commit
dslogic: Moved all protocol handling to protocol.c
authorJoel Holdsworth <redacted>
Thu, 15 Jun 2017 19:32:01 +0000 (13:32 -0600)
committerUwe Hermann <redacted>
Mon, 19 Jun 2017 22:18:16 +0000 (00:18 +0200)
commit4bd770f56b1658d0d17e4b15f808d0a98bf6e325
treea40d133708d46051622559ddcfa191ce67513ddf
parentb0acb693f94d920887684eb9fdae77e036965975
dslogic: Moved all protocol handling to protocol.c

Previously the USB communication code was split between api.ci,
dslogic.c and protocol.c, with protocol internals split between
both. This patch puts all the protocol handling code into one
source file reducing the number of internal interfaces and making
the code more readable.
Makefile.am
src/hardware/dslogic/api.c
src/hardware/dslogic/dslogic.c [deleted file]
src/hardware/dslogic/dslogic.h [deleted file]
src/hardware/dslogic/protocol.c
src/hardware/dslogic/protocol.h