summaryrefslogtreecommitdiffstats
path: root/pcilib/view.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-6/+7
|\
| * Move python module init code to transfom view constructorVasilii Chernov2016-02-121-1/+1
|/ | | | | Update python logger and python exeption messages Change serialization method in create_pcilib_instance set_pcilib functions
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-191-0/+18
|
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-181-15/+58
|
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-181-36/+64
|
* Support writting register viewsSuren A. Chilingaryan2015-10-131-8/+7
|
* Support transform viewsSuren A. Chilingaryan2015-10-131-9/+28
|
* Implement enum viewSuren A. Chilingaryan2015-10-091-3/+3
|
* Introduce hashesSuren A. Chilingaryan2015-10-091-43/+101
|
* Base functions for viewsSuren A. Chilingaryan2015-10-081-14/+216
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-241-0/+74
descriptions so far)