]> git.sur5r.net Git - freertos/commit
Minor tidy ups that don't effect code generation, plus:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 5 Jan 2014 20:12:20 +0000 (20:12 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 5 Jan 2014 20:12:20 +0000 (20:12 +0000)
commit559aad929abb79ae07279a59a8db9682c8c01f82
tree17beaa5d3ab5c13119f8793860632b6ae19051e9
parentaea9b737b23ec711c761f6d366acdf2ca28db32f
Minor tidy ups that don't effect code generation, plus:
When a task is unblocked the need for a context switch is only signalled if the unblocked task has a priority higher than the currently running task, instead of higher than or equal to the priority of the currently running task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2163 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/tasks.c