Uwe Hermann
d2f7c417fd
Add sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CLOSED check.
...
This ensures consistent checks and log messages across all drivers
and reduces the per-driver boilerplate.
2017-07-07 21:51:10 +02:00
Uwe Hermann
d9251a2c9f
Remove some unneeded double-spaces.
...
(also perform some other minor whitespace fixes while at it)
2016-08-29 21:51:27 +02:00
Aurelien Jacobs
a005472fa2
appa-55ii: properly set encoding digits also for log memory reception
2016-08-29 00:25:19 +02:00
Aurelien Jacobs
7b78449e40
appa-55ii: properly set encoding digits
2016-08-23 12:36:19 +02:00
Uwe Hermann
0417ada03e
appa-55ii: Convert to SR_DF_ANALOG.
2016-06-16 15:05:02 +02:00
Lars-Peter Clausen
e2492a3374
appa-55ii: Use software limit helpers
...
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2016-05-09 12:12:14 +02:00
Uwe Hermann
695dc859c1
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data' parameter.
...
These are always 'sdi', which is passed in already.
2016-04-29 19:20:53 +02:00
Uwe Hermann
5faebab290
SR_DF_ANALOG_OLD and sr_datafeed_analog_old renames.
...
Rename SR_DF_ANALOG to SR_DF_ANALOG_OLD, and 'struct sr_datafeed_analog'
to 'struct sr_datafeed_analog_old'.
2015-10-20 23:32:45 +02:00
Daniel Elstner
6ec6c43b47
Build: Include <config.h> first in all source files
...
Since Autoconf places some important feature flags only into the
configuration header, it is necessary to include it globally to
guarantee a consistent build.
2015-09-13 18:54:46 +02:00
Uwe Hermann
d0148a506e
Make memset() invocations consistent across all files.
2015-03-22 02:15:30 +01:00
Martin Ling
25dd083128
appa-55ii: Mark serial read nonblocking and remove SERIAL_NONBLOCK.
...
This is the only read/write call in the driver. It is already non-blocking
and is handled appropriately.
2014-09-24 23:29:49 +02:00
Bert Vermeulen
155b680da4
Reorganize project tree.
2014-07-22 18:19:29 +02:00