summaryrefslogtreecommitdiff
path: root/tools/persistence_db_viewer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed: persistence_db_viewer does not show content of big databasesMaxim Danilov2018-02-161-38/+30
| | | | Added .gitignore
* db-viewer: fixed resource list handlingMaxim Danilov2018-02-151-3/+3
|
* db_viewer: increase read value sizeMaxim Danilov2018-02-151-16/+13
| | | Values bigger than 2KB a not shown in persistence_db_viewer tool, increase buffer size for 8KB to support reading values with max size.
* Added DLT log message for every API callIngo Huerner2017-01-031-5/+5
| | | | | New compiler flags Splitted tests in key and file api tests, make multi thread tests work again
* Corrected include pathIngo Huerner2016-12-141-1/+2
|
* Added persistence database viewerIngo Huerner2016-12-091-0/+485