In this preview branch, users can try these new features. We plan to use this preview period to collect users' experience, feedbacks, and issues. After this preview period, these feature will be merged into the master branch.
Please report any issues you observe on Github, mentioning that you are using feature/freertos_upstream_plus_tlsf_allocator_preview branch.
Major changes in this preview:
- New memory allocator for heap component based on the TLSF algorithm
- Nearly constant time malloc, free, realloc and memalign
- Support for POSIX function memalign
- FreeRTOS kernel bumped to version 10
- Support for Message Buffer and Stream Buffers even in dual-core configurations.