pmt: initial 2.5.0 update

This commit is contained in:
2024-07-21 20:20:17 +03:00
parent 4f8e15935a
commit 91713b86be
59 changed files with 2238 additions and 888 deletions

24
CHANGELOG.md Normal file → Executable file
View File

@@ -1,7 +1,19 @@
### Version 2.4.0 (code 240) changelog
- Logging type has been changed.
- More understandable syntax.
- And one or two more things but I don't remember :P
### Version 2.5.0 Changelog
| END OF VERSION 2.4.0 CHANGELOG |
|------------------------------------|
- Fixed serious problems with version 2.4.0.
- Stabilization was held.
- The size calculation problem that was during flashtime was corrected.
- Change in the syntax in flash and formatting processes was made.
- Problems in file system selection are corrected in formatting process.
- Deprecation system created for deprecated/changed options.
- License display option deprecated.
- The language configuration file will now be stored and read entirely in /sdcard.
- Enabled C language extention warnings (-pedantic).
- Unnecessary codes were cleared and a more neat code was written.
- It was passed to make as old in the compilation system
- For NDK compilation with iterine make system Android.mk and Application.mk creation support added.
- More advanced make build system than before.
```
END OF 2.5.0 UPDATE CHANGELOG
```