]> git.sur5r.net Git - freertos/commit
Introduce xTimerPendFunctionCall().
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 25 Jan 2014 17:01:41 +0000 (17:01 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 25 Jan 2014 17:01:41 +0000 (17:01 +0000)
commitff9dfaa75c6b68af145369198deb6cd8721fe7cb
tree2e617f5226d8de929aee34d1fb02bce11213bdeb
parent374a4cb7a505ab8b4cf2467daafa68499053dadd
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2181 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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