]> begriffs open source - freertos/commit
Introduce xTimerPendFunctionCall().
authorRichard Barry <ribarry@amazon.com>
Sat, 25 Jan 2014 17:01:41 +0000 (17:01 +0000)
committerRichard Barry <ribarry@amazon.com>
Sat, 25 Jan 2014 17:01:41 +0000 (17:01 +0000)
commit6130fec60eab36fbca54e0a8af1b75bf895c5ecd
tree2e617f5226d8de929aee34d1fb02bce11213bdeb
parente4f495012f16f08f4eca626e80eaf49c1ae1bd08
Introduce xTimerPendFunctionCall().
Change INCLUDE_xTimerPendFunctionCallFromISR to INCLUDE_xTimerPendFunctionCall
Update event group trace macros to match the new trace recorder code.
Ensure parameter name consistency by renaming any occurrences of xBlockTime and xBlockTimeTicks to xTicksToWait.
Continue work on GCC/RL78 port - still a work in progress.
Adjust how the critical section was used in xQueueAddToSet.
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/event_groups.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/IAR/RL78/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/timers.c