Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/ufo-kit/uca-ufoHEADmaster | Suren A. Chilingaryan | 2017-08-24 | 1 | -7/+4 |
|\ | |||||
| * | Improve formatting | Matthias Vogelgesang | 2017-06-23 | 1 | -4/+4 |
| | | |||||
| * | Do not handle PCILIB_REGISTER_INCONSISTENT | Matthias Vogelgesang | 2016-11-04 | 1 | -3/+0 |
| | | | | | | | | | | 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. | ||||
* | | Merge branch 'master' of https://github.com/ufo-kit/uca-ufo | Suren A. Chilingaryan | 2016-10-07 | 1 | -1/+1 |
|\| | |||||
| * | Return TIMEOUT error if ETIME is returned | Matthias Vogelgesang | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/ufo-kit/uca-ufo | Suren A. Chilingaryan | 2016-07-12 | 1 | -11/+42 |
|\| | |||||
| * | Fix default value trigger timeout | Matthias Vogelgesang | 2016-07-12 | 1 | -1/+1 |
| | | |||||
| * | Fix #2: reset frame request and flush at the end | Matthias Vogelgesang | 2016-07-07 | 1 | -5/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add adjustable "timeout" property | Matthias Vogelgesang | 2016-07-04 | 1 | -1/+17 |
| | | |||||
| * | Track current pcilib | Matthias Vogelgesang | 2016-07-04 | 1 | -1/+4 |
| | | |||||
| * | Do not stop/close pcilib if we never had a handle | Matthias Vogelgesang | 2016-06-22 | 1 | -4/+6 |
| | | |||||
| * | Fix software trigger ... again | Matthias Vogelgesang | 2016-06-03 | 1 | -1/+3 |
| | | |||||
| * | Use current exported symbol name | Matthias Vogelgesang | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | | See https://github.com/ufo-kit/libuca/commit/6c2c19d1101a043cc0b05065447cc9321ed32ac0 | ||||
* | | Packaging | Suren A. Chilingaryan | 2016-07-12 | 1 | -3/+3 |
|/ | |||||
* | Use common write_register_value function | Matthias Vogelgesang | 2016-01-19 | 1 | -26/+14 |
| | |||||
* | Use read_register_value consistently | Matthias Vogelgesang | 2016-01-19 | 1 | -19/+6 |
| | |||||
* | Implement sensor height as compile-time constant | Matthias Vogelgesang | 2016-01-19 | 1 | -10/+8 |
| | |||||
* | Implement vertical ROI windowing | Matthias Vogelgesang | 2016-01-18 | 1 | -16/+87 |
| | |||||
* | Always set control bit 9 to enable readout | Matthias Vogelgesang | 2015-08-26 | 1 | -0/+3 |
| | |||||
* | Remove adc_resolution fix | Matthias Vogelgesang | 2015-08-26 | 1 | -11/+5 |
| | | | | This is corrected with current firmware versions. | ||||
* | Read correct sensor height depending on firmware | Matthias Vogelgesang | 2015-08-13 | 1 | -4/+10 |
| | |||||
* | Enforce 12 bits for firmware version 6 | Matthias Vogelgesang | 2015-08-04 | 1 | -1/+8 |
| | |||||
* | Simplify adc_resolution to bits conversion | Matthias Vogelgesang | 2015-08-04 | 1 | -17/+3 |
| | |||||
* | Read one less line to avoid segfaults | Matthias Vogelgesang | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | Make sensor width configurable | Matthias Vogelgesang | 2015-07-31 | 1 | -4/+5 |
| | |||||
* | Update against current pcilib | Matthias Vogelgesang | 2015-07-24 | 1 | -12/+11 |
| | |||||
* | Initial commit | Matthias Vogelgesang | 2015-06-16 | 1 | -0/+728 |
For the past plugin history refer to the libuca repository. |