pmt: ready for release

- Fix memory leaks
 - Writed functions and apply
 - Test pmt and verify stability
This commit is contained in:
2025-08-06 21:58:05 +03:00
parent 670f2bfad5
commit 6294482b39
29 changed files with 1033 additions and 502 deletions

14
.gitignore vendored
View File

@@ -1,2 +1,16 @@
# Dont'd add IDE files
cmake-build-*
.idea
.vscode
# Don't add generated headers
include/generated
# Dont't add build directories
build_arm64-v8a
build_armeabi-v7a
# Don't add generated objects and libs
*.o
*.so
*.a