summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-24Merge branch 'master' of https://github.com/ufo-kit/uca-ufoHEADmasterSuren A. Chilingaryan
2017-06-23Improve formattingMatthias Vogelgesang
2016-11-04Stop recording if test failsMatthias Vogelgesang
2016-11-04Do not handle PCILIB_REGISTER_INCONSISTENTMatthias Vogelgesang
There is no way to check the version of pcilib at compile time and this flag does not seem to be that important anyway ... well let's see.
2016-11-04Add test program to check stabilityMatthias Vogelgesang
2016-10-07Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan
2016-08-25Require uthash-devel instead of uthashSuren A. Chilingaryan
2016-07-13Return TIMEOUT error if ETIME is returnedMatthias Vogelgesang
2016-07-12Merge branch 'master' of https://github.com/ufo-kit/uca-ufoSuren A. Chilingaryan
2016-07-12PackagingSuren A. Chilingaryan
2016-07-12Use auto triggering in ROI testMatthias Vogelgesang
2016-07-12Require device stringMatthias Vogelgesang
2016-07-12Add some TANGO testsMatthias Vogelgesang
2016-07-12Fix default value trigger timeoutMatthias Vogelgesang
2016-07-07Fix #2: reset frame request and flush at the endMatthias Vogelgesang
This is an intermediate fix proposed by Michele but not really solving the underlying issue of the FPGA getting stuck. The fix consists of two separate solutions: 1. In case we encounter an error while grabbing we reset the command queue on the FPGA (i.e. flipping third bit on the control register). 2. We read all stale data from the FPGA with a timeout now. Before it was still possible to have stale data in the DDR thus corrupting subsequent data reads.
2016-07-04Add adjustable "timeout" propertyMatthias Vogelgesang
2016-07-04Track current pcilibMatthias Vogelgesang
2016-06-22Do not stop/close pcilib if we never had a handleMatthias Vogelgesang
2016-06-03Fix software trigger ... againMatthias Vogelgesang
2016-06-03Specify link dir of libucaMatthias Vogelgesang
2016-03-16Use current exported symbol nameMatthias Vogelgesang
See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0
2016-01-19Use common write_register_value functionMatthias Vogelgesang
2016-01-19Use read_register_value consistentlyMatthias Vogelgesang
2016-01-19Implement sensor height as compile-time constantMatthias Vogelgesang
2016-01-18Implement vertical ROI windowingMatthias Vogelgesang
2015-08-26Always set control bit 9 to enable readoutMatthias Vogelgesang
2015-08-26Remove adc_resolution fixMatthias Vogelgesang
This is corrected with current firmware versions.
2015-08-13Read correct sensor height depending on firmwareMatthias Vogelgesang
2015-08-04Enforce 12 bits for firmware version 6Matthias Vogelgesang
2015-08-04Simplify adc_resolution to bits conversionMatthias Vogelgesang
2015-08-03Read one less line to avoid segfaultsMatthias Vogelgesang
2015-07-31Add forgotten config.h.inMatthias Vogelgesang
2015-07-31Make sensor width configurableMatthias Vogelgesang
2015-07-24Update against current pcilibMatthias Vogelgesang
2015-07-01Set log domain to Uca-UfoMatthias Vogelgesang
2015-07-01Use libuca include dirsMatthias Vogelgesang
2015-06-16Initial commitMatthias Vogelgesang
For the past plugin history refer to the libuca repository.