]> sigrok.org Git - libsigrok.git/history - src/hardware/kingst-la2016/api.c
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / src / hardware / kingst-la2016 / api.c
2023-10-16 Gerhard Sittigkingst-la2016: rephrase 'sdi' resource release during...
2022-10-23 Gerhard Sittigkingst-la2016: adjust sample memory interpretation...
2022-08-24 Gerhard Sittigkingst-la2016: add support for "probe names" scan option
2022-02-22 Gerhard Sittigkingst-la2016: cope with 800MHz base clock for 500MHz...
2022-02-22 Gerhard Sittigkingst-la2016: add support for streaming mode, works...
2022-02-22 Gerhard Sittigkingst-la2016: move USB bulk transfer handling to helpe...
2022-02-06 Gerhard Sittigkingst-la2016: add my copyright for recent improvements
2022-02-06 Gerhard Sittigkingst-la2016: unconditionally construct MCU firmware...
2022-02-06 Gerhard Sittigkingst-la2016: determine packets per chunk at runtime...
2022-02-06 Gerhard Sittigkingst-la2016: extend model support (100/500 MHz, 32...
2022-02-06 Gerhard Sittigkingst-la2016: keep FPGA active after device close
2022-02-06 Gerhard Sittigkingst-la2016: rename samplerate member in device context
2022-02-06 Gerhard Sittigkingst-la2016: remove complex logic threshold voltage...
2022-02-06 Gerhard Sittigkingst-la2016: reduce a little if-deffery in logic...
2022-02-06 Gerhard Sittigkingst-la2016: implement alternative simpler threshold...
2022-02-06 Gerhard Sittigkingst-la2016: adjust config param checks, threshold...
2022-02-06 Gerhard Sittigkingst-la2016: add PWM channel groups, announce as...
2022-02-06 Gerhard Sittigkingst-la2016: rework the device side of PWM configuration
2022-02-06 Gerhard Sittigkingst-la2016: complete hardware setup in probe, set...
2022-02-06 Gerhard Sittigkingst-la2016: rework acquisition limits, improve CLI use
2022-02-06 Gerhard Sittigkingst-la2016: identify device type in scan() already
2022-02-06 Gerhard Sittigkingst-la2016: rephrase samplerate list code path,...
2022-02-06 Gerhard Sittigkingst-la2016: use common support for sw limits and...
2022-02-06 Gerhard Sittigkingst-la2016: more checks on configured rate/depth...
2022-02-06 Gerhard Sittigkingst-la2016: rename logic channels to match product...
2022-02-06 Gerhard Sittigkingst-la2016: coding style, separate declaration from...
2022-02-06 Gerhard Sittigkingst-la2016: address style issues in api.c scan and...
2022-02-06 Gerhard Sittigkingst-la2016: separate complex calls from caller's...
2022-02-06 Gerhard Sittigkingst-la2016: renames to better reflect sequence of...
2022-02-06 Gerhard Sittigkingst-la2016: unobfuscate "user specified threshold...
2022-02-06 Gerhard Sittigkingst-la2016: concentrate magic numbers in central...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase USB renum code path after firmw...
2022-02-06 Gerhard Sittigkingst-la2016: address style nits, brace location,...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase comments for style, readability...
2022-02-06 Gerhard Sittigkingst-la2016: rephrase diagnostics to improve user...
2022-02-06 Gerhard Sittigkingst-la2016: style nits, remove not needed include...
2022-02-06 Gerhard Sittigkingst-la2016: sort include directives
2022-02-06 Gerhard Sittigkingst-la2016: move acquisition abort from api.c to...
2022-02-06 Gerhard Sittigkingst-la2016: move USB communication from api.c to...
2022-02-06 Gerhard Sittigkingst-la2016: rename routine before moving from api...
2021-11-14 Mike Walterskingst-la2016: handle sdi==NULL in config_list
2021-10-02 Kevin Grantkingst-la2016: setup usb transfer sizes to be multiple...
2021-09-10 Soeren Apelkingst-la2016: Minor style fixes
2021-09-10 Kevin Grantkingst-la2016: add support for kingst la1016
2021-09-10 Kevin Grantkingst-la2016: avoid filling the log file with redundan...
2021-09-10 Kevin Grantkingst-la2016: fix segfault that often occurs when...
2021-03-16 Gerhard Sittigkingst-la2016: address trivial style nits (whitespace...
2021-03-16 Helge Krusekingst-la2016: Eliminate non-portable packed structs...
2021-03-16 Helge Krusekingst-la2016: Use common code to send trigger and...
2020-06-06 Uwe Hermannkingst-la2016: Use ARRAY_SIZE.
2020-06-06 Florian Schmidtkingst-la2016: tested with idVendor=77a1, idProduct...