projects
/
libsigrok.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
README.devices: mention that kingst-la2016 requires firmware files
[libsigrok.git]
/
src
/
hardware
/
rigol-ds
/
api.c
2022-02-06
Gerhard Sittig
use common channel group allocation/release code
blob
|
commitdiff
|
raw
2022-01-08
Gerhard Sittig
rigol-ds: improve robustness in samplerate getting...
blob
|
commitdiff
|
raw
|
diff to current
2021-02-21
HReimann
rigol-ds: Add DS1102Z-E model variant
blob
|
commitdiff
|
raw
|
diff to current
2020-06-27
Valentin Ochs
rigol-ds: Allow retrieving frame limit
blob
|
commitdiff
|
raw
|
diff to current
2020-06-24
Valentin Ochs
rigol-ds: Send some commands on 1st frame only
blob
|
commitdiff
|
raw
|
diff to current
2020-06-24
Valentin Ochs
rigol-ds: Experimental support for segmented data with...
blob
|
commitdiff
|
raw
|
diff to current
2020-06-24
Valentin Ochs
rigol-ds: Experimental support for V5 frame reading
blob
|
commitdiff
|
raw
|
diff to current
2020-06-24
Valentin Ochs
rigol-ds: Add support for reading segmented data for...
blob
|
commitdiff
|
raw
|
diff to current
2020-06-24
Valentin Ochs
rigol-ds: Get correct samplerate for Memory and Segment...
blob
|
commitdiff
|
raw
|
diff to current
2020-05-02
Richard
rigol-ds: Added support for the DS1202Z-E
blob
|
commitdiff
|
raw
|
diff to current
2020-04-08
Uwe Hermann
Use std_session_send_df_frame_begin()/_end() where...
blob
|
commitdiff
|
raw
|
diff to current
2020-03-16
jirjirjir
rigol-ds: Rigol DS1152E-EDU support fix
blob
|
commitdiff
|
raw
|
diff to current
2019-08-21
Sebastian Reichel
rigol-ds: Add initial Rigol MSO5000 support.
blob
|
commitdiff
|
raw
|
diff to current
2019-07-06
Nadav Mavor
rigol-ds: Add Agilent DSO1000B series IDs
blob
|
commitdiff
|
raw
|
diff to current
2018-12-29
Martin Ling
rigol-ds: Fix memory buffer readout on DS4000 series.
blob
|
commitdiff
|
raw
|
diff to current
2018-06-22
Uwe Hermann
rigol-ds: Add initial Agilent MSO7034A support.
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Valentin Ochs
rigol-ds: Initial patch for Rigol DS4000 support
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Valentin Ochs
rigol-ds: Rename the CHANINFO macro and comment it
blob
|
commitdiff
|
raw
|
diff to current
2018-06-21
Valentin Ochs
rigol-ds: Store trigger sources and their number for...
blob
|
commitdiff
|
raw
|
diff to current
2018-02-09
Gerhard Sittig
rigol-ds: silence potential NULL dereference compiler...
blob
|
commitdiff
|
raw
|
diff to current
2017-08-06
Uwe Hermann
drivers: Factor out std_cg_idx().
blob
|
commitdiff
|
raw
|
diff to current
2017-07-31
Uwe Hermann
drivers: Remove some unneeded 'ret' variables.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-31
Uwe Hermann
drivers: Factor out std_*_idx*().
blob
|
commitdiff
|
raw
|
diff to current
2017-07-31
Uwe Hermann
drivers: Consistently use same indentation for config_...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
std_gvar_tuple_array(): Change to allow for more ARRAY_...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
drivers: Shorten some unnecessarily long arrays.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
rigol-ds: config_set: Move error printing to wrapper.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
rigol-ds: Update a code comment.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
rigol-ds: Drop two unneeded #defines.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
drivers: Use ARRAY_AND_SIZE where possible.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
drivers: Factor out std_gvar_array_*().
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
drivers: Factor out std_gvar_tuple_{array,rational}().
blob
|
commitdiff
|
raw
|
diff to current
2017-07-21
Uwe Hermann
drivers: Consistently name per-cg options 'devopts_cg_*'.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-19
Uwe Hermann
drivers: Provide proper drvopts.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-19
Uwe Hermann
drivers: Add and use STD_CONFIG_LIST().
blob
|
commitdiff
|
raw
|
diff to current
2017-07-13
Uwe Hermann
clear_helper(): Use a cast to shorten all implementations.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-13
Uwe Hermann
sr_dev_clear(): Always free sdi->priv (devc).
blob
|
commitdiff
|
raw
|
diff to current
2017-07-13
Uwe Hermann
std: Rename std_dev_clear() to std_dev_clear_with_callb...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-08
Uwe Hermann
sr_dev_close(): Set status to SR_ST_INACTIVE.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-08
Uwe Hermann
sr_dev_open(): Set status to SR_ST_ACTIVE upon success.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
Uwe Hermann
sr_dev_close(): Factor out SR_ERR_DEV_CLOSED check.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
Uwe Hermann
sr_config_set(): Factor out SR_ERR_DEV_CLOSED check.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
Uwe Hermann
Add sr_dev_acquisition_start(), factor out SR_ERR_DEV_C...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
Uwe Hermann
Add sr_dev_acquisition_stop(), factor out SR_ERR_DEV_CL...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-16
Martin Ling
rigol-ds: Handle digital channels correctly for MSO2000...
blob
|
commitdiff
|
raw
|
diff to current
2017-05-15
Martin Ling
rigol-ds: Add model entries for MSO2000A series.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-08
Uwe Hermann
scope drivers: More consistent config key ordering.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-08
Soeren Apel
rigol-ds: Fix capabilities listing in config_list()
blob
|
commitdiff
|
raw
|
diff to current
2016-09-24
Karsten König
rigol-ds: Add DS1074Z Plus and DS1104Z Plus.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-25
Aurelien Jacobs
rigol-ds: add support for getting/setting trigger level.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-25
Aurelien Jacobs
rigol-ds: add PROBE_FACTOR support.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-31
Lars-Peter Clausen
Use driver name as the log prefix in standard functions
blob
|
commitdiff
|
raw
|
diff to current
2016-05-17
Lars-Peter Clausen
Put driver pointers into special section
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Uwe Hermann
config_list: Don't check for sdi->priv != NULL.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Uwe Hermann
config_get(): Don't check for sdi->priv != NULL.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Uwe Hermann
config_set(): Don't check for sdi->priv != NULL.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
Lars-Peter Clausen
Remove unnecessary std_init() wrapper functions
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
Lars-Peter Clausen
std_init(): Drop check if pass in driver is non-NULL
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
Lars-Peter Clausen
Match std_init() parameter order to the driver init...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-03
Lars-Peter Clausen
Introduce standard implementation of the dev_list(...
blob
|
commitdiff
|
raw
|
diff to current
2016-05-03
Lars-Peter Clausen
Introduce standard cleanup helper
blob
|
commitdiff
|
raw
|
diff to current
2016-04-29
Uwe Hermann
dev_acquisition_{start,stop}(): Drop duplicate 'cb_data...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-29
Uwe Hermann
Drop unneeded std_session_send_df_header() comments.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-29
Uwe Hermann
Factor out std_session_send_df_end() helper.
blob
|
commitdiff
|
raw
|
diff to current
2015-10-25
Martin Ling
scpi: Move closing of discovered devices to sr_scpi_sca...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-24
Martin Ling
rigol-ds: After successfully finding a device, close...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-25
Uwe Hermann
Fix a few "value never read" scan-build warnings.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-22
Bert Vermeulen
scpi/usbtmc: Implement Rigol DS1000 workaround on any...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-13
Daniel Elstner
Build: Include <config.h> first in all source files
blob
|
commitdiff
|
raw
|
diff to current
2015-09-09
Uwe Hermann
portability: Use g_ascii_strcasecmp() in favor of strca...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-25
Bert Vermeulen
scpi: Move SCPI-related definitions to separate header...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-16
Daniel Elstner
Build: Set local include directories in Makefile.am
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Soeren Apel
Fix #442 by renaming sr_dev_driver.priv to .context
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Aurelien Jacobs
strcasecmp() is defined in strings.h.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-08
Uwe Hermann
rigol-ds: Drop unneeded check of g_strdup_printf()...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-24
Uwe Hermann
Some more g_try_*alloc() fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-22
Uwe Hermann
Random whitespace and other minor fixes.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-22
Uwe Hermann
Simplify a few config_set() callbacks.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-21
Martin Ling
Pass driver struct pointer to driver callbacks.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-21
Martin Ling
rigol-ds: Add DS1000Z series support.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Martin Ling
rigol-ds: Fix broken channel group check in config_list().
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Martin Ling
rigol-ds: Data source is a device option, not per chann...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Martin Ling
rigol-ds: Fix double free.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Martin Ling
rigol-ds: Fix wrong channel group malloc size.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Martin Ling
Simplify channel creation.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Martin Ling
Rename SR_CONF_NUM_TIMEBASE to SR_CONF_NUM_HDIV.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aurelien Jacobs
rigol-ds: fix the smallest supported vdiv for the DS200...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aurelien Jacobs
rigol-ds: return the actual hardware num_vdiv and vdiv...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-15
Aurelien Jacobs
rigol-ds: fix search for the closest vdiv.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Uwe Hermann
rigol-ds: Add missing "break" statements.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Uwe Hermann
rigol-ds: Add missing 20/50/100V vdiv entries.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Uwe Hermann
rigol-ds: Add more debug output.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Aurelien Jacobs
rigol-ds: handle full word trigger slope in config_get().
blob
|
commitdiff
|
raw
|
diff to current
2015-02-12
Aurelien Jacobs
rigol-ds: SR_CONF_TRIGGER_SLOPE is actually listable.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Uwe Hermann
Don't check sr_channel_new() return value (always succe...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Uwe Hermann
Consistently use g_malloc0() for allocating devc.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
Uwe Hermann
Eliminate sr_dev_inst_new().
blob
|
commitdiff
|
raw
|
diff to current
2014-11-12
Uwe Hermann
Change sr_dev_inst_new() to take no parameters.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
Soeren Apel
rigol-ds: Populate sdi->serial_num
blob
|
commitdiff
|
raw
|
diff to current
2014-09-29
Soeren Apel
Removal of sdi->index, step 4: fix trivial sr_dev_inst_...
blob
|
commitdiff
|
raw
|
diff to current
next