]> sigrok.org Git - libsigrok.git/commitdiff
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)
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>

No differences found