summaryrefslogtreecommitdiffstats
path: root/cli.c
Commit message (Collapse)AuthorAgeFilesLines
* Quite modeSuren A. Chilingaryan2011-12-141-5/+7
|
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-141-6/+13
| | | | via sysfs
* 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-131-76/+54
|
* Print more statisticsSuren A. Chilingaryan2011-12-131-49/+169
|
* fixes in pcitoolSuren A. Chilingaryan2011-12-131-3/+4
|
* Initial support of fastwritter librarySuren A. Chilingaryan2011-12-131-42/+59
|
* Fix errors preventing time-limited grabbingSuren A. Chilingaryan2011-12-121-0/+4
|
* Handle SIGINT signal in pcitoolSuren A. Chilingaryan2011-12-121-0/+16
|
* Verbose grabbing modeSuren A. Chilingaryan2011-12-121-12/+81
|
* Allow to configure the number of preprocessing threadsSuren A. Chilingaryan2011-12-121-3/+22
|
* Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan2011-12-121-42/+45
|
* Increase event timeout for large trigger timesSuren A. Chilingaryan2011-12-121-0/+6
|
* Declare volatile differentlySuren A. Chilingaryan2011-12-121-9/+8
|
* Add volatile keyword to prevent problematic optimizationsSuren A. Chilingaryan2011-12-121-8/+10
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-121-58/+72
|
* Send proper event id to get_data functionSuren A. Chilingaryan2011-12-091-2/+2
|
* Image frames decodingSuren A. Chilingaryan2011-12-091-2/+12
|
* Parse required event & data_typeSuren A. Chilingaryan2011-12-091-7/+48
|
* Gathering a bit of statisticsSuren A. Chilingaryan2011-12-091-12/+57
|
* Print proper addresses for register range read/writesSuren A. Chilingaryan2011-12-091-6/+8
|
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-091-27/+194
|
* new event architecture, first trialSuren A. Chilingaryan2011-12-081-19/+255
|
* Fix allocation of big memory buffers for DMA readout in pcitoolSuren A. Chilingaryan2011-11-281-2/+3
|
* Improvements of DMA engineSuren A. Chilingaryan2011-10-261-17/+103
|
* Precisely estimate used buffers for C2S enginesSuren A. Chilingaryan2011-10-221-1/+1
|
* Provide information about active DMA engines & buffersSuren A. Chilingaryan2011-10-221-7/+245
|
* Accept short addresses for IPECamera FPGA registersSuren A. Chilingaryan2011-10-211-1/+8
|
* Remove short option for benchmark in cliroot2011-10-211-3/+3
|
* Support exporting data from kernel buffersroot2011-10-211-11/+66
|
* Print propper number of strings in cli in case of DMA readroot2011-07-271-0/+1
|
* Few fixes for IPE Camera modificationSuren A. Chilingaryan2011-07-191-1/+3
|
* IRQ acknowledgement support in the engine APISuren A. Chilingaryan2011-07-181-2/+7
|
* Support writting output to fileSuren A. Chilingaryan2011-07-181-47/+72
|
* Change timeout definition in Events API from struct timespec to pcilib_timeout_tSuren A. Chilingaryan2011-07-181-1/+1
|
* Do not try to verify write-only registersSuren A. Chilingaryan2011-07-171-10/+15
|
* Support forceful clean-up of kernel memorySuren A. Chilingaryan2011-07-171-2/+45
|
* List kernel buffersSuren A. Chilingaryan2011-07-171-28/+188
|
* Few fixesSuren A. Chilingaryan2011-07-171-15/+24
|
* Implement DMA access synchronization for NWL implementationSuren A. Chilingaryan2011-07-171-4/+4
|
* First iteration of work to preserve DMA state between executionsSuren A. Chilingaryan2011-07-141-1/+2
|
* Support iterations argument and fix interpretation of size argument for ↵Suren A. Chilingaryan2011-07-131-6/+14
| | | | benchmarking
* Report writted register in hex if it was specified in hexSuren A. Chilingaryan2011-07-121-3/+23
|
* Few fixesSuren A. Chilingaryan2011-07-121-6/+14
|
* Provide IRQ enable/disable callSuren A. Chilingaryan2011-07-121-1/+1
|
* Suppport DMA modes in console application (not functional yet)Suren A. Chilingaryan2011-07-121-9/+151
|
* Fix compilation issuesSuren A. Chilingaryan2011-07-111-1/+1
|
* Reorganization of NWL engine, step 1Suren A. Chilingaryan2011-07-111-0/+5
|
* Wait for the completion of DMA operations during writesSuren A. Chilingaryan2011-07-111-4/+4
|
* Minor improvementSuren A. Chilingaryan2011-07-111-7/+7
|