]> sigrok.org Git - libsigrok.git/commit
dslogic: Implement continuous mode
authorDiego Asanza <redacted>
Fri, 6 May 2016 22:12:09 +0000 (00:12 +0200)
committerUwe Hermann <redacted>
Mon, 16 May 2016 16:18:58 +0000 (18:18 +0200)
commit41dc2547787ea571e1f0fb271eff964767c49203
tree983305d46e785fdd27b1497325c9aa4f75a1bed0
parent20d8ae41f49777f5a2bdf63f061b7f120fbcd8df
dslogic: Implement continuous mode

For low sampling speeds (up to 25MHz) DSLogic offers a streaming mode where
samples are sent directly to the USB interface, like a fx2lafw device.

For high sampling speeds (up to 400MHz) only buffer mode is supported.

This commit allows the user to set which mode should be used. The configuration
is done by using SR_CONF_CONTINUOUS.

Signed-off-by: Diego Asanza <redacted>
src/hardware/fx2lafw/api.c
src/hardware/fx2lafw/dslogic.c
src/hardware/fx2lafw/protocol.c
src/hardware/fx2lafw/protocol.h