]> begriffs open source - freertos/commit
Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 and...
authorRichard Barry <ribarry@amazon.com>
Thu, 4 Jul 2013 11:20:28 +0000 (11:20 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 4 Jul 2013 11:20:28 +0000 (11:20 +0000)
commitc4eef61d39f9a19f22312ac8aaad59f8dc078930
tree26a52035eed459783742083160d6135d30af66b1
parentb521d70e7e4180bff013a4c3f653cbd33451787d
Added portASSERT_IF_INTERRUPT_PRIORITY_INVALID() implementation to Cortex-M3 and Cortex-M4F ports.
15 files changed:
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c