Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enumerate DMA engines | root | 2011-06-17 | 9 | -25/+255 |
* | New reset routine | root | 2011-06-16 | 1 | -3/+3 |
* | A bit of DMA infrastructure | root | 2011-06-16 | 7 | -24/+126 |
* | Remove unsupported devices | root | 2011-06-16 | 4 | -83/+8 |
* | Move to new FPGA design | root | 2011-06-16 | 8 | -82/+179 |
* | 32 bit fix | Suren A. Chilingaryan | 2011-06-07 | 1 | -1/+1 |
* | Do not crash if model is not defined | Suren A. Chilingaryan | 2011-05-18 | 1 | -6/+8 |
* | Some improvements in error handling | Suren A. Chilingaryan | 2011-05-03 | 1 | -12/+40 |
* | Multiline grabbing | Suren A. Chilingaryan | 2011-05-03 | 1 | -135/+180 |
* | A bit faster datacpy | Suren A. Chilingaryan | 2011-05-02 | 1 | -10/+17 |
* | Alternative way to overcome problem with address verification of CMOSIS regis... | Suren A. Chilingaryan | 2011-04-14 | 1 | -24/+26 |
* | Rearrange channels to get proper image | Suren A. Chilingaryan | 2011-04-14 | 1 | -4/+20 |
* | Introduce pcilib_context_t type instead pointer to void | Suren A. Chilingaryan | 2011-04-14 | 5 | -34/+35 |
* | Accept timeout parameter to get_next_event call | Suren A. Chilingaryan | 2011-04-14 | 4 | -7/+12 |
* | Support non-callback way of getting events | Suren A. Chilingaryan | 2011-04-14 | 5 | -2/+65 |
* | Fix order of pixels, temporaly disable some checks to work with current FPGA ... | Suren A. Chilingaryan | 2011-04-14 | 1 | -9/+44 |
* | Set correct hexdecimal values of registers during IPECamera reset and readout... | Suren A. Chilingaryan | 2011-04-13 | 1 | -13/+19 |
* | Support simplified mode (slow) of writting CMOSIS sensors: issue 3 writes + d... | Suren A. Chilingaryan | 2011-04-13 | 1 | -23/+84 |
* | Support quiete mode to suppress warnings | Suren A. Chilingaryan | 2011-04-13 | 1 | -2/+14 |
* | Add special CMOSIS registers | Suren A. Chilingaryan | 2011-04-13 | 1 | -0/+2 |
* | Really fix setting registers with access mode equal to 32 (size of pcilib_reg... | Suren A. Chilingaryan | 2011-04-13 | 1 | -2/+2 |
* | clean up | Suren A. Chilingaryan | 2011-04-12 | 3 | -2/+3 |
* | Small bug fix: forgot to set a flag indicating what we are started | Suren A. Chilingaryan | 2011-04-12 | 1 | -2/+6 |
* | Start a ToDo list | Suren A. Chilingaryan | 2011-04-12 | 1 | -0/+2 |
* | Look for headers in the current directory | Suren A. Chilingaryan | 2011-04-12 | 1 | -1/+1 |
* | Comment out the failing register | Suren A. Chilingaryan | 2011-04-12 | 1 | -1/+1 |
* | Allow access to implementation context and provide call to set size of intern... | Suren A. Chilingaryan | 2011-04-12 | 6 | -2/+38 |
* | Prototype of IPECamera image protocol | Suren A. Chilingaryan | 2011-04-12 | 10 | -66/+364 |
* | Infrastructure for event API | Suren A. Chilingaryan | 2011-04-12 | 14 | -117/+866 |
* | Support memset operation | Suren A. Chilingaryan | 2011-04-06 | 1 | -4/+22 |
* | Fix exiting on warnings | Suren A. Chilingaryan | 2011-03-25 | 2 | -3/+5 |
* | Correctly detect hex numbers starting from 0x | Suren A. Chilingaryan | 2011-03-19 | 1 | -1/+5 |
* | install script | Suren A. Chilingaryan | 2011-03-14 | 1 | -0/+7 |
* | Set warning handler | Matthias Vogelgesang | 2011-03-14 | 3 | -3/+4 |
* | Merge changes | Matthias Vogelgesang | 2011-03-14 | 4 | -13/+23 |
|\ | |||||
| * | Correctly detect model in pci.c | Suren A. Chilingaryan | 2011-03-11 | 1 | -11/+18 |
| * | Move model decription to public header | Suren A. Chilingaryan | 2011-03-11 | 2 | -1/+4 |
| * | Suppress warning | Suren A. Chilingaryan | 2011-03-11 | 1 | -1/+1 |
* | | Merge changes | Matthias Vogelgesang | 2011-03-09 | 14 | -299/+1180 |
|\| | |||||
| * | Provide single header for library | Suren A. Chilingaryan | 2011-03-09 | 6 | -129/+131 |
| * | Support for FPGA registers | Suren A. Chilingaryan | 2011-03-09 | 12 | -34/+100 |
| * | Support writting and reading of register ranges | Suren A. Chilingaryan | 2011-03-09 | 3 | -7/+98 |
| * | Fixes write verification failure if byte-swapping is in force | Suren A. Chilingaryan | 2011-03-09 | 1 | -1/+1 |
| * | Better handling of register banks | Suren A. Chilingaryan | 2011-03-09 | 5 | -48/+162 |
| * | Initial support of IPECamera protocol | Suren A. Chilingaryan | 2011-03-08 | 9 | -246/+854 |
|/ | |||||
* | Write LSB first and fix memory allocation bug | Matthias Vogelgesang | 2011-03-01 | 2 | -3/+12 |
* | Initial support for registers, infrastructure only | Suren A. Chilingaryan | 2011-02-18 | 11 | -495/+838 |
* | Print new line | Suren A. Chilingaryan | 2011-02-13 | 1 | -1/+1 |
* | Commented out unsuccesfull attempts to make 64 bit transfers | Suren A. Chilingaryan | 2011-02-13 | 1 | -1/+70 |
* | Print a bit more details | Suren A. Chilingaryan | 2011-02-13 | 6 | -15/+143 |