]> begriffs open source - freertos/commit
Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defined.
authorRichard Barry <ribarry@amazon.com>
Mon, 16 Jun 2014 12:51:35 +0000 (12:51 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 16 Jun 2014 12:51:35 +0000 (12:51 +0000)
commit583b144bc354d8ff1344f7869164ca7c4d1e342f
tree232fb1f7537f3b653018121d72fc67b329f3a01c
parentb4659d88725c32d152325c6d14ceb14c4efbca5a
Default the definition of portASSERT_IF_IN_ISR() to nothing if it is not defined.
Helper updates to allow a count of the number of mutexes held to be added.
Updates to the CCS Cortex-R4 implementation necessitated by a change in compiler semantics.
Update PIC32MX and MZ ports to assert if a non ISR safe function is called from an ISR.
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
FreeRTOS/Source/queue.c