aboutsummaryrefslogtreecommitdiffstats
path: root/src/FreeRTOS/heap_4_infinitime.c
Commit message (Collapse)AuthorAgeFilesLines
* Use all free RAM for FreeRTOS heapFelipe Martínez2024-12-091-12/+16
| | | | | * Use all free RAM for FreeRTOS heap * Wrap newlib malloc and related functions * Implement calloc
* Refactor pvPortRealloc() to improve readability.Jean-François Milants2023-05-181-51/+36
|
* Add pvPortRealloc() in heap_4_infinitime.c. An implementation of realloc() ↵Jean-François Milants2023-05-181-0/+73
| | | | is needed by NimBLE.
* Copy the memory manager heap_4.c from the FreeRTOS distribution to the ↵Jean-François Milants2023-05-181-0/+444
InfiniTime project codebase. This will allow to implement custom functionalities that are not available in the original implementation.