From: Diego Asanza Date: Fri, 6 May 2016 22:12:09 +0000 (+0200) Subject: dslogic: Implement continuous mode X-Git-Tag: libsigrok-0.5.0~408 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=41dc2547787ea571e1f0fb271eff964767c49203;hp=41dc2547787ea571e1f0fb271eff964767c49203;p=libsigrok.git 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 ---