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
*
Fix frame size computation in ipecamera and few debuging options
Suren A. Chilingaryan
2015-03-29
1
-1
/
+2
*
Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes
Suren A. Chilingaryan
2014-12-19
1
-0
/
+1
*
Assume user kmem use
Suren A. Chilingaryan
2012-11-14
1
-56
/
+53
*
Provide access to PCI configuration space in cli
Suren A. Chilingaryan
2012-11-14
1
-12
/
+64
*
Provide information on device location (bus,device,function)
Suren A. Chilingaryan
2012-11-13
1
-1
/
+2
*
DMA-independent IRQ functions
Suren A. Chilingaryan
2012-11-13
1
-12
/
+106
*
Allow IRQs without DMA engine
Suren A. Chilingaryan
2012-11-12
1
-1
/
+4
*
Kernel memory allocation
Suren A. Chilingaryan
2012-11-12
1
-9
/
+178
*
Do not verify BAR writes by default
Suren A. Chilingaryan
2012-11-12
1
-4
/
+13
*
Report errors during DMA read in cli
Suren A. Chilingaryan
2012-10-29
1
-0
/
+4
*
Provide information on failed triggers
Suren A. Chilingaryan
2012-10-23
1
-15
/
+28
*
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
[next]