summaryrefslogtreecommitdiffstats
path: root/pywrap/pcipywrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Move scripts handing code from py.c to Python wrapVasilii Chernov2016-03-021-78/+1
|
* update documentationVasilii Chernov2016-03-011-1/+63
|
* 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-0/+15
| | | | | | | | | - 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.
* 1. pywrap:Vasilii Chernov2016-02-261-1/+1
| | | | | | | | | | | | | - 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-241-2/+2
|\
| * Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-2/+2
| |
* | 1. Http server add tree viewVasilii Chernov2016-02-241-0/+18
|/ | | | | | | 2. Pcipywrap - add lock function wraps - add dma read wrap 3. Api server implement locking functionality
* Refactor pcipywrap to objectVasilii Chernov2016-02-171-0/+68