FreeRTOS-Kernel/FreeRTOS/Source/portable/RVDS/ARM_CA9
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
..
port.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
portASM.s Update RVDS port layer to match IAR port layer. 2013-06-20 14:56:40 +00:00
portmacro.h 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
portmacro.inc RVDS ARM Cortex-A port layer. 2013-06-20 12:47:21 +00:00