]> git.sur5r.net Git - freertos/commit
Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 27 Jul 2011 14:02:37 +0000 (14:02 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 27 Jul 2011 14:02:37 +0000 (14:02 +0000)
commit4fd10f25c4043639f2dd072be1c842be4115d906
tree5051f997286bf485097d09d718c2fed36bf5b7ea
parentf68ec6d2f227c30072836804e33a0863f9990563
Add in the pcTaskGetTaskName(), xTaskGetIdleTaskHandle() and xTimerGetTimerTaskHandle() API functions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1512 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/include/FreeRTOS.h
Source/include/task.h
Source/include/timers.h
Source/tasks.c
Source/timers.c