-
v4.0.3
4.0.3 - 2022-03-17 ================== Fixed ------ - improve conversion accuracy
-
v4.0.2
4.0.2 - 2022-03-16 ================== Bugfix ------ - configuration values overwritten by the library - offset not converted from raw to uV on read
-
v4.0.1
4.0.1 - 2022-02-11 ================== Bugfix ------ - zero offset convertion from microVolts to fmc-adc-100m raw values
-
v4.0.0
4.0.0 - 2021-09-10 ================== Added ----- - the adc-acq tool uses VMALLOC by default - tst: regression test for spec45t digital noise Changed ------- - the minimum required version for the fmc-adc-100m driver is v6.0.0 - the library converts offset microVolts to fmc-adc-100m raw values - tst: improve tests
-
v2.6.0
2.6.0 - 2020-12-09 ================== Added ----- - lib: add temperature attribute - lib: add buffer size attribue for FMC ADC 100M Fixed ----- - tst: major fixes in pytests that were preventing them from running
-
v2.5.4
2.5.4 - 2020-10-07 ================== Added ----- - tst: text acquisitions with negative patterns Fixed ----- - py: fix path to debugfs options "pattern data" - lib: fix path to debugfs options "trigger software" - tst: fix PyAdcBuf pointer usage to use get_sample()
-
v2.5.3
Minor relase to add pytest and changes to the Python library In principle I should have release a 3.0 because of the API changes in PyAdcLib. But this module is unused, and nobody plan to use it. It is there mainly to support the testing environment and other experimental projects.
-
v2.5.1
Minor Changes The software trigger for the ADC 100M 14bit 4 channel changed. For us here no API changes. Then a couple of minor fixes.
-
v2.5.0
[v2.5.0] 2019-08-19 Added - Python wrapper
-
v2.4.0
Added: - trigger timer implementation for fmc-adc-100m Fixes: - internal API: adc_zio_open select cset and chan
-
v2.3.1
[v2.3.1] 2019-08-08 Fixes: - adc_acq_flush() usage on adc_open() - adc_acq_flush() flags validation - adc_zio_acq_flush() flags validation
-
v2.3.0
[v2.3.0] 2019-08-08 Added: - explicit ``flush`` support Removed: - ZIO generic operation to start and stop acquisition Fixes: - flushing after starting the acquisition
-
v2.2.1
[2.2.1] 2018-10-23 ------------------ Fixed ~~~~ - fix compilation warning
-
v2.2
[2.2.0] 2018-10-23 ------------------ Added ~~~~~ - clear input channel offset (auto-clear): adc_offset_auto_clear() - buffer fixup (when implemented it tries to fix an already acquired buffer which is known to be wrong in a fixable way): adc_buffer_fixup() - extract channel sample from a buffer (which layout is board specfic): adc_buffer_get_sample() - adc_acq supports offset clear: --off-clr - adc_acq can do software trigger: --trg-sw - add function to set/get more than one configuration at time: adc_apply_config_n(), adc_retrieve_config_n() Fixed ~~~~~ - binary file writing, samples were not written correctly
-
v2.1.1
*[2.1.1] - 2018-10-17 ** Fixed - library timeout for adc_zio_buffer_fill() is now correctly working - library custum capabilities now works for FMC ADC 100M 14bit 4 channel - adc-acq minor internal fixes - adc-acq retrive correct configuration - adc-acq use nsamples correctly