summaryrefslogtreecommitdiffstats
path: root/pcilib/pcilib.h
Commit message (Collapse)AuthorAgeFilesLines
* Restructure driver headersSuren A. Chilingaryan2016-03-021-3/+3
|
* Documentation updateSuren A. Chilingaryan2016-03-021-1/+1
|
* Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-1/+13
|\
| * 1. Add python thread initialization to pcilib_init_py()Vasilii Chernov2016-02-161-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fix pcilib_script_run_func() work in multithread mode 2. pcilib_close() - Move free_py() code after free views to make view destructors work properly 3. Move script hash to pcilib_py_s 4. Move pcilib_get_logger() pcilib_get_logger_min_prio() and pcilib_get_logger_argument() declarations to error.h 5. Refactor pcilib_get_value_as_pyobject pcilib_set_value_from_pyobject to more unified form 6. Add more memory checks. Fix some string memory allocations. 7. Refactor pcilib_py_s member names. 8. Merge pcilib_script_read() and pcilib_script_write() to pcilib_script_run_func() 9. Update test_pywrap views scripts
| * Change no_set_check parameter name. Move Python wrap to separate directory.Vasilii Chernov2016-02-111-1/+1
| |
| * Change error logging method in Python wrap. Move functions, that converts ↵Vasilii Chernov2016-02-111-0/+15
| | | | | | | | values between PyObject and pcilib_value_t to py.c
| * Add write_register python wrap. Add no_set_check attribute to pcilib_view_t typeVasilii Chernov2016-02-091-0/+1
|/
* 64-bit access to BAR memorySuren A. Chilingaryan2015-11-201-4/+6
|
* Configure number of DMA buffers in IPEDMA and improve checking and reporting ↵Suren A. Chilingaryan2015-11-201-1/+2
| | | | inconsistent kmem buffers while re-using
* Provide API calls for register and bank address resolutionSuren A. Chilingaryan2015-11-181-0/+1
|
* Support for 64-bit registesSuren A. Chilingaryan2015-11-171-1/+1
|
* Documentation updateSuren A. Chilingaryan2015-10-221-108/+1056
|
* Add optional description in the value name-aliasesSuren A. Chilingaryan2015-10-191-0/+1
|
* Provide register listings in public APISuren A. Chilingaryan2015-10-191-16/+52
|
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-181-0/+6
|
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-181-20/+45
|
* Support transform viewsSuren A. Chilingaryan2015-10-131-0/+5
|
* Implement enum viewSuren A. Chilingaryan2015-10-091-1/+2
|
* Base functions for viewsSuren A. Chilingaryan2015-10-081-6/+32
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-241-0/+11
| | | | descriptions so far)
* Initial integration of XML supportSuren A. Chilingaryan2015-09-101-0/+1
|
* Make pcilib_streaming_action_t publicSuren A. Chilingaryan2015-07-241-0/+11
|
* Keep C++ compilers happySuren A. Chilingaryan2015-06-221-0/+8
|
* Integration of software registersSuren A. Chilingaryan2015-06-191-0/+1
|\
| * new version of software_registerszilio nicolas2015-06-181-0/+1
|/
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-021-0/+2
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-301-3/+4
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-291-2/+11
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-241-0/+226