summaryrefslogtreecommitdiffstats
path: root/xml/test
Commit message (Collapse)AuthorAgeFilesLines
* Support XML configuration of device modelsSuren A. Chilingaryan2016-03-082-2/+2
|
* Fix CMakeLists.txt script for Python3Suren A. Chilingaryan2016-03-031-1/+0
|
* Further improvements of Python scripting and web-interface API for register ↵Suren A. Chilingaryan2016-03-024-52/+26
|\ | | | | | | manipulations by Vasiliy Chernov
| * Add Python3 supportVasilii Chernov2016-03-021-1/+1
| |
| * 1. api-serer:Vasilii Chernov2016-03-011-1/+1
| | | | | | | | | | | | | | - change multiprosessing work mechanism - add new pywrap functions handling 2. html-server: - now works through api-server
| * 1. multithreading:Vasilii Chernov2016-03-011-3/+3
| | | | | | | | | | | | | | | | | | - Enable multiprocessing for api_server - Enable mutrithreading for html_server 2. py: - extract pcilib->py bases from pcilib->py functions - add api for interact directly with pcilib->py without pcilib context. 3. pcipywrap - Add scripts handling.
| * Merge with ufo.kit.edu/csa/pcitool 357 revisionVasilii Chernov2016-02-261-1/+1
| |\ | |/ |/|
| * 1. pywrap:Vasilii Chernov2016-02-263-51/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | - fix get_registers_list crash with bank != NULL - set correct python version in cmake install step 2. html_server: - merge set and get value boxes into one box - add registers bank view mode - read registers/properties values in bank/branch view mode 3. xml/test - remove cmosis registers - add multithread safe property example
| * Merge with Suren branch. Fix memory leaks.Vasilii Chernov2016-02-243-1/+14
| |\ | |/ |/|
* | Stabilize merged codeSuren A. Chilingaryan2016-02-231-3/+3
| |
* | Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-233-0/+13
|/
* Support multiple XML files per folderSuren A. Chilingaryan2015-10-197-97/+115
|
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-191-1/+1
|
* Provide register listings in public APISuren A. Chilingaryan2015-10-191-1/+1
|
* Support properties in transform formulasSuren A. Chilingaryan2015-10-181-1/+1
|
* Support XML propertiesSuren A. Chilingaryan2015-10-181-0/+1
|
* Support writting register viewsSuren A. Chilingaryan2015-10-131-2/+2
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-241-492/+155
|\ | | | | | | descriptions so far)
| * not perfect but workingnicolas.zilio@hotmail.fr2015-09-151-13/+13
| |
| * correction of some fails to load correctnicolas.zilio@hotmail.fr2015-09-151-6/+16
| |
| * views with units functionnal (beware, as formulas are completely crap now, ↵nicolas.zilio@hotmail.fr2015-09-141-0/+34
| | | | | | | | we could get segfault, for example if we want to write a negative value in register)
| * views working fine, units in progressnicolas.zilio@hotmail.fr2015-09-141-2/+2
| |
| * more towards viewsnicolas.zilio@hotmail.fr2015-09-111-3/+3
|/
* Use software registers in XML testSuren A. Chilingaryan2015-09-101-2/+2
|
* Initial integration of XML supportSuren A. Chilingaryan2015-09-101-0/+494