]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/MemMang/heap_1.c
Remove the remnants of the legacy trace functionality (since replaced with FreeRTOS...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 12 Aug 2012 17:05:23 +0000 (17:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 12 Aug 2012 17:05:23 +0000 (17:05 +0000)
commit413b0e0ce01109084e4c4df72172c91cbdcd55eb
tree779d8e9e75f475045260ae782d0639b3be14bcdf
parentafca3601aeeef74842d0847cae353e9d7025d8bd
Remove the remnants of the legacy trace functionality (since replaced with FreeRTOS+Trace).
Replaced the #error that traps configMAX_SYSCALL_INTERRUPT_PRIORITY being set to 0 with a configASSERT() for GCC Cortex-M3/4 ports as the #error does not work if configMAX_SYSCALL_INTERRUPT_PRIORITY includes any casting.  Not a problem for other compilers as they cannot have casting anyway as that would break the assembly code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1770 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/NiosII/port.c
FreeRTOS/Source/portable/IAR/ATMega323/port.c
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
FreeRTOS/Source/tasks.c