summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* A bit of renamingSuren A. Chilingaryan2011-07-069-55/+51
|
* Include type in the register descriptionSuren A. Chilingaryan2011-07-063-60/+62
|
* Support FIFO reading/writting, code restructurization, few fixesSuren A. Chilingaryan2011-07-0611-571/+785
|
* Define addresses of NWL enginesroot2011-07-041-1/+3
|
* North West Logick DMA implementationroot2011-07-0422-227/+1367
|
* DMA engine initialization and basic intrastructure for DMA read/writeroot2011-06-185-27/+189
|
* Enumerate DMA enginesroot2011-06-179-25/+255
|
* New reset routineroot2011-06-161-3/+3
|
* A bit of DMA infrastructureroot2011-06-167-24/+126
|
* Remove unsupported devicesroot2011-06-164-83/+8
|
* Move to new FPGA designroot2011-06-168-82/+179
|
* 32 bit fixSuren A. Chilingaryan2011-06-071-1/+1
|
* Do not crash if model is not definedSuren A. Chilingaryan2011-05-181-6/+8
|
* Some improvements in error handlingSuren A. Chilingaryan2011-05-031-12/+40
|
* Multiline grabbingSuren A. Chilingaryan2011-05-031-135/+180
|
* A bit faster datacpySuren A. Chilingaryan2011-05-021-10/+17
|
* Alternative way to overcome problem with address verification of CMOSIS ↵Suren A. Chilingaryan2011-04-141-24/+26
| | | | registers
* Rearrange channels to get proper imageSuren A. Chilingaryan2011-04-141-4/+20
|
* Introduce pcilib_context_t type instead pointer to voidSuren A. Chilingaryan2011-04-145-34/+35
|
* Accept timeout parameter to get_next_event callSuren A. Chilingaryan2011-04-144-7/+12
|
* Support non-callback way of getting eventsSuren A. Chilingaryan2011-04-145-2/+65
|
* Fix order of pixels, temporaly disable some checks to work with current FPGA ↵Suren A. Chilingaryan2011-04-141-9/+44
| | | | code, store raw data
* Set correct hexdecimal values of registers during IPECamera reset and ↵Suren A. Chilingaryan2011-04-131-13/+19
| | | | readout (I was setting them as decimals before)
* Support simplified mode (slow) of writting CMOSIS sensors: issue 3 writes + ↵Suren A. Chilingaryan2011-04-131-23/+84
| | | | delays and when start looking for status
* Support quiete mode to suppress warningsSuren A. Chilingaryan2011-04-131-2/+14
|
* Add special CMOSIS registersSuren A. Chilingaryan2011-04-131-0/+2
|
* Really fix setting registers with access mode equal to 32 (size of ↵Suren A. Chilingaryan2011-04-131-2/+2
| | | | pcilib_register_value_t)
* clean upSuren A. Chilingaryan2011-04-123-2/+3
|
* Small bug fix: forgot to set a flag indicating what we are startedSuren A. Chilingaryan2011-04-121-2/+6
|
* Start a ToDo listSuren A. Chilingaryan2011-04-121-0/+2
|
* Look for headers in the current directorySuren A. Chilingaryan2011-04-121-1/+1
|
* Comment out the failing registerSuren A. Chilingaryan2011-04-121-1/+1
|
* Allow access to implementation context and provide call to set size of ↵Suren A. Chilingaryan2011-04-126-2/+38
| | | | internal buffer for IPECamera
* Prototype of IPECamera image protocolSuren A. Chilingaryan2011-04-1210-66/+364
|
* Infrastructure for event APISuren A. Chilingaryan2011-04-1214-117/+866
|
* Support memset operationSuren A. Chilingaryan2011-04-061-4/+22
|
* Fix exiting on warningsSuren A. Chilingaryan2011-03-252-3/+5
|
* Correctly detect hex numbers starting from 0xSuren A. Chilingaryan2011-03-191-1/+5
|
* install scriptSuren A. Chilingaryan2011-03-141-0/+7
|
* Set warning handlerMatthias Vogelgesang2011-03-143-3/+4
|
* Merge changesMatthias Vogelgesang2011-03-144-13/+23
|\
| * Correctly detect model in pci.cSuren A. Chilingaryan2011-03-111-11/+18
| |
| * Move model decription to public headerSuren A. Chilingaryan2011-03-112-1/+4
| |
| * Suppress warningSuren A. Chilingaryan2011-03-111-1/+1
| |
* | Merge changesMatthias Vogelgesang2011-03-0914-299/+1180
|\|
| * Provide single header for librarySuren A. Chilingaryan2011-03-096-129/+131
| |
| * Support for FPGA registersSuren A. Chilingaryan2011-03-0912-34/+100
| |
| * Support writting and reading of register rangesSuren A. Chilingaryan2011-03-093-7/+98
| |
| * Fixes write verification failure if byte-swapping is in forceSuren A. Chilingaryan2011-03-091-1/+1
| |
| * Better handling of register banksSuren A. Chilingaryan2011-03-095-48/+162
| |