summaryrefslogtreecommitdiffstats
path: root/cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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 bench...Suren A. Chilingaryan2011-07-131-6/+14
* 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
* Change cli parameters (reserve -t parameter for future use as timeout)Suren A. Chilingaryan2011-07-111-25/+41
* IRQ support in NWL DMA engineSuren A. Chilingaryan2011-07-111-0/+8
* Support dynamic registers, support register offsets and multiregisters (bitma...Suren A. Chilingaryan2011-07-091-37/+53
* Fix segmentation failure in DMA access modeSuren A. Chilingaryan2011-07-061-1/+5
* A bit of renamingSuren A. Chilingaryan2011-07-061-6/+6
* Support FIFO reading/writting, code restructurization, few fixesSuren A. Chilingaryan2011-07-061-54/+179
* North West Logick DMA implementationroot2011-07-041-5/+37
* DMA engine initialization and basic intrastructure for DMA read/writeroot2011-06-181-25/+47
* Enumerate DMA enginesroot2011-06-171-1/+2
* A bit of DMA infrastructureroot2011-06-161-3/+49
* Move to new FPGA designroot2011-06-161-9/+31
* Do not crash if model is not definedSuren A. Chilingaryan2011-05-181-6/+8
* Introduce pcilib_context_t type instead pointer to voidSuren A. Chilingaryan2011-04-141-1/+1
* Support quiete mode to suppress warningsSuren A. Chilingaryan2011-04-131-2/+14
* clean upSuren A. Chilingaryan2011-04-121-1/+1
* Prototype of IPECamera image protocolSuren A. Chilingaryan2011-04-121-6/+8
* Infrastructure for event APISuren A. Chilingaryan2011-04-121-8/+84
* Support memset operationSuren A. Chilingaryan2011-04-061-4/+22
* Fix exiting on warningsSuren A. Chilingaryan2011-03-251-1/+1
* Set warning handlerMatthias Vogelgesang2011-03-141-1/+1
* Suppress warningSuren A. Chilingaryan2011-03-111-1/+1
* Provide single header for librarySuren A. Chilingaryan2011-03-091-1/+1
* Support for FPGA registersSuren A. Chilingaryan2011-03-091-8/+9
* Support writting and reading of register rangesSuren A. Chilingaryan2011-03-091-3/+69
* Fixes write verification failure if byte-swapping is in forceSuren A. Chilingaryan2011-03-091-1/+1
* Better handling of register banksSuren A. Chilingaryan2011-03-091-23/+83
* Initial support of IPECamera protocolSuren A. Chilingaryan2011-03-081-80/+118
* Write LSB first and fix memory allocation bugMatthias Vogelgesang2011-03-011-2/+5
* Initial support for registers, infrastructure onlySuren A. Chilingaryan2011-02-181-0/+579