This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Source/portable/MemMang
Richard Barry 0f6b0d3a59 Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks that don't have a valid block link descriptor being freed.
Update the Cortex-A9 port to include asserts if an ISR safe FreeRTOS function is called from an interrupt that has a higher logical priority than configMAX_SYSCALL_INTERRUPT_PRIORITY (or whatever the CA9 equivalent is called), and also assert if the binary point is not set correctly.
2013-07-09 12:49:49 +00:00
..
heap_1.c Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
heap_2.c Slight correction to coding standard in heap_2.c and heap_4.c. 2013-06-25 13:25:08 +00:00
heap_3.c Update version number ready to release the FAT file system demo. 2013-04-30 21:42:41 +00:00
heap_4.c Enhance heap_4.c to prevent blocks accidentally being freed twice, or blocks that don't have a valid block link descriptor being freed. 2013-07-09 12:49:49 +00:00