index
:
csa/daq/alps/ipecamera.git
master
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cli.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
print results even if no frames grabbed
Suren A. Chilingaryan
2012-10-09
1
-3
/
+2
*
Respect --format parameter in cli
Suren A. Chilingaryan
2012-07-24
1
-5
/
+14
*
Quite mode
Suren A. Chilingaryan
2011-12-14
1
-5
/
+7
*
Synchronize kernel buffers during the read-kernel-memory and while accessing ...
Suren A. Chilingaryan
2011-12-14
1
-6
/
+13
*
Store with additional header containing timestmap, sequential number, etc.
Suren A. Chilingaryan
2011-12-13
1
-5
/
+26
*
Do event counting when rawcallback is used to stream the data
Suren A. Chilingaryan
2011-12-13
1
-76
/
+54
*
Print more statistics
Suren A. Chilingaryan
2011-12-13
1
-49
/
+169
*
fixes in pcitool
Suren A. Chilingaryan
2011-12-13
1
-3
/
+4
*
Initial support of fastwritter library
Suren A. Chilingaryan
2011-12-13
1
-42
/
+59
*
Fix errors preventing time-limited grabbing
Suren A. Chilingaryan
2011-12-12
1
-0
/
+4
*
Handle SIGINT signal in pcitool
Suren A. Chilingaryan
2011-12-12
1
-0
/
+16
*
Verbose grabbing mode
Suren A. Chilingaryan
2011-12-12
1
-12
/
+81
*
Allow to configure the number of preprocessing threads
Suren A. Chilingaryan
2011-12-12
1
-3
/
+22
*
Handle properly more of trigger-and-grab options in pcitool
Suren A. Chilingaryan
2011-12-12
1
-42
/
+45
*
Increase event timeout for large trigger times
Suren A. Chilingaryan
2011-12-12
1
-0
/
+6
*
Declare volatile differently
Suren A. Chilingaryan
2011-12-12
1
-9
/
+8
*
Add volatile keyword to prevent problematic optimizations
Suren A. Chilingaryan
2011-12-12
1
-8
/
+10
*
multithread preprocessing of ipecamera frames and code reorganization
Suren A. Chilingaryan
2011-12-12
1
-58
/
+72
*
Send proper event id to get_data function
Suren A. Chilingaryan
2011-12-09
1
-2
/
+2
*
Image frames decoding
Suren A. Chilingaryan
2011-12-09
1
-2
/
+12
*
Parse required event & data_type
Suren A. Chilingaryan
2011-12-09
1
-7
/
+48
*
Gathering a bit of statistics
Suren A. Chilingaryan
2011-12-09
1
-12
/
+57
*
Print proper addresses for register range read/writes
Suren A. Chilingaryan
2011-12-09
1
-6
/
+8
*
Initial support of event streaming in cli
Suren A. Chilingaryan
2011-12-09
1
-27
/
+194
*
new event architecture, first trial
Suren A. Chilingaryan
2011-12-08
1
-19
/
+255
*
Fix allocation of big memory buffers for DMA readout in pcitool
Suren A. Chilingaryan
2011-11-28
1
-2
/
+3
*
Improvements of DMA engine
Suren A. Chilingaryan
2011-10-26
1
-17
/
+103
*
Precisely estimate used buffers for C2S engines
Suren A. Chilingaryan
2011-10-22
1
-1
/
+1
*
Provide information about active DMA engines & buffers
Suren A. Chilingaryan
2011-10-22
1
-7
/
+245
*
Accept short addresses for IPECamera FPGA registers
Suren A. Chilingaryan
2011-10-21
1
-1
/
+8
*
Remove short option for benchmark in cli
root
2011-10-21
1
-3
/
+3
*
Support exporting data from kernel buffers
root
2011-10-21
1
-11
/
+66
*
Print propper number of strings in cli in case of DMA read
root
2011-07-27
1
-0
/
+1
*
Few fixes for IPE Camera modification
Suren A. Chilingaryan
2011-07-19
1
-1
/
+3
*
IRQ acknowledgement support in the engine API
Suren A. Chilingaryan
2011-07-18
1
-2
/
+7
*
Support writting output to file
Suren A. Chilingaryan
2011-07-18
1
-47
/
+72
*
Change timeout definition in Events API from struct timespec to pcilib_timeout_t
Suren A. Chilingaryan
2011-07-18
1
-1
/
+1
*
Do not try to verify write-only registers
Suren A. Chilingaryan
2011-07-17
1
-10
/
+15
*
Support forceful clean-up of kernel memory
Suren A. Chilingaryan
2011-07-17
1
-2
/
+45
*
List kernel buffers
Suren A. Chilingaryan
2011-07-17
1
-28
/
+188
*
Few fixes
Suren A. Chilingaryan
2011-07-17
1
-15
/
+24
*
Implement DMA access synchronization for NWL implementation
Suren A. Chilingaryan
2011-07-17
1
-4
/
+4
*
First iteration of work to preserve DMA state between executions
Suren A. Chilingaryan
2011-07-14
1
-1
/
+2
*
Support iterations argument and fix interpretation of size argument for bench...
Suren A. Chilingaryan
2011-07-13
1
-6
/
+14
*
Report writted register in hex if it was specified in hex
Suren A. Chilingaryan
2011-07-12
1
-3
/
+23
*
Few fixes
Suren A. Chilingaryan
2011-07-12
1
-6
/
+14
*
Provide IRQ enable/disable call
Suren A. Chilingaryan
2011-07-12
1
-1
/
+1
*
Suppport DMA modes in console application (not functional yet)
Suren A. Chilingaryan
2011-07-12
1
-9
/
+151
*
Fix compilation issues
Suren A. Chilingaryan
2011-07-11
1
-1
/
+1
*
Reorganization of NWL engine, step 1
Suren A. Chilingaryan
2011-07-11
1
-0
/
+5
[next]