]> sigrok.org Git - libsigrok.git/history - hardware/saleae-logic16/api.c
build: Portability fixes.
[libsigrok.git] / hardware / saleae-logic16 / api.c
2014-07-21 Bert VermeulenAdd struct sr_session parameter to all session source...
2014-07-17 Martin LingRevise session API to allow for multiple sessions in...
2014-07-08 Bert Vermeulensaleae-logic16: Drop unused variable.
2014-05-29 Bert Vermeulensaleae-logic16: Fix acquisition with fewer than nine...
2014-05-29 Bert Vermeulensaleae-logic16: Use new library software trigger.
2014-05-03 Uwe Hermannsaleae-logic16: Minor whitespace fixes, cosmetics.
2014-05-03 Marcus Comstedtsaleae-logic16: Use unitsize 1 if none of channels...
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 'probe group' with 'channel group' everywhere.
2014-02-26 Bert VermeulenRemove std_dev_clear() wrappers from drivers.
2013-12-21 Martin LingUse common usb_source_add and usb_source_remove functions.
2013-11-08 Bert Vermeulenprobe_groups: API changes required to implement probe...
2013-10-24 Sean Youngsaleae-logic16: claim device before using it
2013-08-21 Uwe Hermannsaleae-logic16: Drop unneeded NUM_PROBES.
2013-08-21 Uwe Hermannsaleae-logic16: Shorten dev_list() implementation.
2013-08-21 Uwe Hermannsaleae-logic16: Whitespace fixes, cosmetics.
2013-08-20 Marcus Comstedtsaleae-logic16: Update copyright blurbs.
2013-08-20 Marcus Comstedtsaleae-logic16: Add voltage threshold conf.
2013-08-20 Marcus Comstedtsaleae-logic16: Declare confs.
2013-08-20 Marcus Comstedtsaleae-logic16: Implemented acquisition.
2013-08-20 Marcus Comstedtsaleae-logic16: Initialize the FPGA.
2013-08-20 Marcus Comstedtsaleae-logic16: Reworked scan/open to handle FW upload.
2013-08-20 Marcus Comstedtsaleae-logic16: Detect the hardware.
2013-08-20 Marcus Comstedtsaleae-logic16: Initial driver skeleton.