]> sigrok.org Git - libsigrok.git/history - hardware/rigol-ds/api.c
build: Portability fixes.
[libsigrok.git] / hardware / rigol-ds / api.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-05-04 Martin Lingrigol-ds: Quick hack to fix bug #354.
2014-04-06 Aurelien Jacobsrigol-ds: fix long memory depth setting on DS1000
2014-03-27 Bert Vermeulenrigol-ds: Don't close SCPI handle we didn't open.
2014-03-25 Aurelien Jacobsrigol-ds: Add the TRIGGER_SLOPE entry to config_get...
2014-03-25 Uwe HermannRename various *PROBE* macros to *CHANNEL*.
2014-03-25 Uwe HermannRename sr_probe_new() to sr_channel_new().
2014-03-25 Uwe HermannReplace 'probe' with 'channel' in most places.
2014-03-25 Uwe HermannRename 'struct sr_probe' to 'struct sr_channel' everywhere.
2014-03-25 Uwe HermannConsistently use 'cg' for channel group variables.
2014-03-25 Uwe HermannReplace channel_group.probes with channel_group.channels.
2014-03-25 Uwe HermannReplace 'probe group' with 'channel group' everywhere.
2014-02-07 Aurelien Jacobsrigol-ds: use the new scpi scan API
2014-02-07 Aurelien Jacobsscpi: add a struct drv_context parameter to scpi_dev_in...
2014-02-07 Aurelien Jacobsrigol-ds: apply :KEY:LOCK DISABLE only to DS1K
2014-02-07 Aurelien Jacobsrigol-ds: properly deal with dev_close() getting called...
2014-01-27 Bert Vermeulenrigol-ds: Deal with dev_close() getting called multiple...
2014-01-27 Daniel Elstnerhwdriver: Change TRIGGER_SLOPE setting to string type.
2014-01-23 Martin Lingrigol-ds: Fix divide by zero when no analog probes...
2014-01-23 Martin Lingrigol-ds: Overhaul vendor/series/model info and protoco...
2014-01-23 Martin Lingrigol-ds: Overhaul VS5000 and DS1000 support.
2014-01-23 Martin Lingrigol-ds: Use common rigol_ds_config_set() function...
2014-01-21 Martin Lingrigol-ds: Disable key lock when closing device.
2014-01-21 Martin Lingrigol-ds: DS1000 series still needs the stupid delay.
2014-01-21 Bert Vermeulenrigol-ds: On DS1000 with firmware < 0.2.4, use legacy...
2014-01-20 Bert Vermeulenrigol-ds: Shorten vendor name.
2014-01-20 Aurelien Jacobsrigol-ds: add support for more keys in config_get()
2014-01-20 Aurelien Jacobsrigol-ds: use appropriately defined NUM_VDIV constant
2014-01-20 Aurelien Jacobsrigol-ds: add more valid timebases for DS2302
2014-01-20 Aurelien Jacobsrigol-ds: fix set_cfg() calls with float parameters...
2014-01-20 Martin Lingrigol-ds: Send FRAME_BEGIN and FRAME_END per frame...
2014-01-20 Martin Lingrigol-ds: Use *OPC? command rather than delay to await...
2014-01-20 Martin Lingrigol-ds: DS1000 series actually use IEEE488.2 data...
2014-01-20 Martin Lingrigol-ds: Correct digital waveform block sizes.
2014-01-20 Martin Lingrigol-ds: Update which channels are enabled after makin...
2014-01-17 Uwe Hermannrigol-ds: Minor whitespace fixes.
2014-01-17 Martin Lingrigol-ds: Enable/disable LA pod when (de)selecting...
2014-01-17 Martin Lingrigol-ds: Reset num_frames to zero in dev_acquisition_s...
2014-01-17 Martin Lingrigol-ds: Make sure to always send SR_DF_END at end...
2014-01-17 Martin Lingrigol-ds: Calculate effective samplerate.
2014-01-17 Martin Lingrigol-ds: Separate function to compute analog frame...
2014-01-17 Martin Lingrigol-ds: Advertise SR_CONF_LIMIT_FRAMES support.
2014-01-17 Martin Lingrigol-ds: Fix check for probe group validity.
2014-01-13 Aurelien Jacobsrigol-ds: remove lonely break
2014-01-13 Aurelien Jacobsrigol-ds: prevent config_list() to return empty g_variant
2014-01-11 Aurelien Jacobsscpi: factorize dev_inst_new calls out of individual...
2014-01-11 Aurelien Jacobsscpi: add VXI transport support
2014-01-03 Aurelien Jacobsrigol-ds: add a few more DS2000 models to the supported...
2013-12-29 Martin Lingrigol-ds: Correct usage of NUM_TIMEBASE and NUM_VDIV...
2013-12-29 Martin Lingrigol-ds: Support the rest of the DSO1000 range.
2013-12-29 Martin Lingrigol-ds: Support 4 analog channels.
2013-12-28 Martin Lingrigol-ds: Use correct live waveform size for Agilent...
2013-12-28 Martin Lingrigol-ds: Add support for Agilent DSO1014A.
2013-12-28 Martin Lingrigol-ds: Use correct analog frame size for VS5000...
2013-12-28 Martin Lingrigol-ds: Use set_cfg wrapper for capture setup commands.
2013-12-28 Martin Lingrigol-ds: Select channels before issuing RUN command.
2013-12-27 Martin Lingrigol-ds: Use rigol_ds_channel_start() function for...
2013-12-27 Martin Lingrigol-ds: Rename and document some confusingly named...
2013-12-07 Martin Lingrigol-ds: close SCPI device after using for scan.
2013-12-04 Bert Vermeulenrigol-ds: Minor error reporting fix.
2013-12-04 Martin Lingrigol-ds: Support VS5000 series devices.
2013-12-04 Martin Lingrigol-ds: Support TCP connection.
2013-12-04 Martin Lingrigol-ds: Support RS232 connection.
2013-12-04 Martin Lingrigol-ds: Eliminate fixed-size buffer in set_cfg.
2013-12-04 Martin LingReplace rigol_ds_send() function with sr_scpi_send().
2013-12-03 Martin LingPort rigol-ds driver to use common SCPI functions.
2013-11-29 Martin Lingrigol-ds: Fix duplicated "LA" probe group.
2013-11-29 Martin LingCreate & use new sr_usbtmc_dev_inst for Rigol DS driver.
2013-11-29 Martin LingDS2000 sample memory capture patches from Mathias Grimm...
2013-11-29 Martin LingFix handling second channel on DS2000 series.
2013-11-29 Martin Lingrigol-ds: brown paper bag, using timebases instead...
2013-11-29 Martin Lingrigol-ds: fix calls to config_list with NULL sdi/devc.
2013-11-29 Martin Lingrigol-ds: Add support for DS2xx2 series.
2013-11-29 Martin LingRename rigol-ds1xx2 driver to rigol-ds.