- Will not be actively maintained with new features
- Critical bugs will be updated
- Suggested is migration to v2 instead
- Make
len
parameter deprecated for memory assignment - Prepare for version v2
- Add option to define regions with array only, setting length to
0
by default - Update documentation for functions
- Update CMSIS OS driver to support FreeRTOS aware kernel
- Fix missing region parameter in some allocation or reallocation cases
- Fix memory cleanup macro setup
- Add option to cleanup memory on free and realloc operations
- New artistic code style
- Replace configuration
- Several bug fixes
- Added option for custom LwMEM instance for complete isolation
- Added
_ex
functions for extended features for custom instances - Added macros for backward-compatible, default instance, allocation functions
- Added option to force LwMEM to allocate memory at specific region
- Added win32 examples
- Fix comments to easily undestand architecture
- Migrate examples to CMSIS-OS v2
- Use pre-increment instead of post-increment
- Other C code style fixes
- Added support for thread-safety application
- Added boundary check of all internal pointers
- Added tests code directly in library
- Bug fixes