]> sigrok.org Git - libsigrok.git/history - src/hardware/hantek-4032l
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / hantek-4032l /
2022-02-06 Gerhard Sittiguse common channel group allocation/release code
2020-04-08 Uwe HermannUse std_session_send_df_trigger() where possible.
2019-07-06 Uwe Hermannhantek-4032l: Fix broken triggering on low signal.
2019-07-06 Uwe Hermannhantek-4032l: Cosmetics.
2018-12-20 Uwe Hermanndrivers: Make per-driver sr_dev_driver structs static.
2018-09-03 Andrej Valekhantek-4032l: Fix default threshold value selection...
2018-06-05 Uwe Hermannhantek-4032l: Minor cosmetic fix.
2018-06-05 Uwe Hermannhantek-4032l: Rename 'devc->buffer' to 'devc->buf'.
2018-06-05 Uwe Hermannhantek-4032l: Rename number_samples to num_samples.
2018-06-05 Uwe Hermannhantek-4032l: Use MIN() where possible.
2018-06-05 Uwe Hermannhantek-4032l: Simplify some config_get/_set parts.
2018-06-05 Uwe Hermannhantek-4032l: config_set(): Simplify SR_CONF_CAPTURE_RA...
2018-06-05 Uwe Hermannhantek-4032l: Drop some unneeded malloc checks.
2018-06-05 Uwe Hermannhantek-4032l: Reduce indentation level a bit.
2018-06-05 Andrej Valekhantek-4032l: Add support for external clocks.
2018-06-05 Andrej Valekhantek-4032l: Separate threshold channels.
2018-06-05 Andrej Valekhantek-4032l: Set new pwm threshold handling.
2018-06-05 Andrej Valekhantek-4032l: Implement trigger handling.
2018-06-05 Andrej Valekhantek-4032l: Set maximum samples size to 64MB.
2018-06-05 Andrej Valekhantek-4032l: Increase speed of data getting.
2018-06-05 Andrej Valekhantek-4032l: Separate USB receive callbacks.
2018-06-05 Andrej Valekhantek-4032l: Get FGPA version.
2018-06-05 Andrej Valekhantek-4032l: Unify style.
2018-04-24 Uwe Hermannhantek-4032l: Emit FPGA version log message.
2018-04-22 Andrej Valekhantek-4032l: Add option to abort acquisition.
2018-04-22 Andrej Valekhantek-4032l: Fix mismatch in magic number.
2018-04-22 Andrej Valekhantek-4032l: Fix structure packing.
2018-04-22 Andrej Valekhantek-4032l: Fix typo from device porting to new lib...
2018-02-21 Romain TartièreCheck usb_get_port_path() return value
2018-02-15 Uwe Hermannhantek-4032l: Minor cosmetics.
2018-02-09 Uwe Hermannhantek-4032l: Fix a compiler warning.
2018-01-05 Andreas Zschunkehantek-4032l: Add initial driver implementation.
2018-01-05 Andreas Zschunkehantek-4032l: Initial driver skeleton.