summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* few demo scriptsSuren A. Chilingaryan2011-12-146-14/+86
* Synchronize kernel buffers during the read-kernel-memory and while accessing ...Suren A. Chilingaryan2011-12-146-26/+40
* Store with additional header containing timestmap, sequential number, etc.Suren A. Chilingaryan2011-12-131-5/+26
* Do event counting when rawcallback is used to stream the dataSuren A. Chilingaryan2011-12-134-78/+115
* Print more statisticsSuren A. Chilingaryan2011-12-132-50/+170
* Do not call the normall callback in the raw-data-only modeSuren A. Chilingaryan2011-12-132-18/+29
* Send padding data to rawdata_callbackSuren A. Chilingaryan2011-12-131-0/+18
* fixes in pcitoolSuren A. Chilingaryan2011-12-131-3/+4
* Initial support of fastwritter librarySuren A. Chilingaryan2011-12-131-42/+59
* Add install targets to cmakeSuren A. Chilingaryan2011-12-133-1/+23
* Fix errors preventing time-limited grabbingSuren A. Chilingaryan2011-12-122-1/+5
* Handle SIGINT signal in pcitoolSuren A. Chilingaryan2011-12-122-0/+17
* Stop reader thread on pcilib_stopSuren A. Chilingaryan2011-12-121-1/+1
* Verbose grabbing modeSuren A. Chilingaryan2011-12-122-13/+82
* Allow to configure the number of preprocessing threadsSuren A. Chilingaryan2011-12-125-4/+57
* Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan2011-12-123-47/+51
* In preprocessing mode, announce the events only after reconstruction is doneSuren A. Chilingaryan2011-12-122-3/+19
* Minor fixes and improvementsSuren A. Chilingaryan2011-12-127-14/+29
* Increase event timeout for large trigger timesSuren A. Chilingaryan2011-12-121-0/+6
* Declare volatile differentlySuren A. Chilingaryan2011-12-122-12/+11
* Add volatile keyword to prevent problematic optimizationsSuren A. Chilingaryan2011-12-121-8/+10
* Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan2011-12-122-6/+7
* Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan2011-12-122-12/+16
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-1243-1266/+1699
* Send proper event id to get_data functionSuren A. Chilingaryan2011-12-091-2/+2
* Image frames decodingSuren A. Chilingaryan2011-12-095-48/+121
* Parse required event & data_typeSuren A. Chilingaryan2011-12-095-11/+57
* Gathering a bit of statisticsSuren A. Chilingaryan2011-12-093-12/+62
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
* Print proper addresses for register range read/writesSuren A. Chilingaryan2011-12-091-6/+8
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-099-84/+327
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
* new event architecture, first trialSuren A. Chilingaryan2011-12-0820-518/+1215
* Fix multiword register reads in a proper waySuren A. Chilingaryan2011-12-062-7/+11
* Add another debug register to the ipecamera modelSuren A. Chilingaryan2011-12-051-0/+1
* Fix addressing for multiword register space readsSuren A. Chilingaryan2011-12-051-2/+2
* Fix double reference counting on the kernel module causing GPFSuren A. Chilingaryan2011-11-281-2/+0
* Fix allocation of big memory buffers for DMA readout in pcitoolSuren A. Chilingaryan2011-11-281-2/+3
* Update scriptsSuren A. Chilingaryan2011-10-319-76/+129
* Commit camera support to the latest stage before rewriteSuren A. Chilingaryan2011-10-312-32/+63
* Improvements of DMA engineSuren A. Chilingaryan2011-10-2615-182/+298
* Fix DMA synchronization for writes as wellSuren A. Chilingaryan2011-10-241-0/+3
* Do not sync to device, looks like it is not requiredSuren A. Chilingaryan2011-10-231-1/+2
* Sync only required buffersSuren A. Chilingaryan2011-10-234-23/+24
* Properly perform synchronization of DMA buffersSuren A. Chilingaryan2011-10-237-43/+72
* Precisely estimate used buffers for C2S enginesSuren A. Chilingaryan2011-10-222-6/+59
* Provide information about active DMA engines & buffersSuren A. Chilingaryan2011-10-225-8/+328
* Accept short addresses for IPECamera FPGA registersSuren A. Chilingaryan2011-10-214-6/+22
* Remove short option for benchmark in cliroot2011-10-211-3/+3
* Support exporting data from kernel buffersroot2011-10-217-26/+106