]> begriffs open source - freertos/commit
Make the pcObjectGetName() API function naming consistent - so rename pcTaskGetTaskNa...
authorRichard Barry <ribarry@amazon.com>
Tue, 29 Mar 2016 17:16:34 +0000 (17:16 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 29 Mar 2016 17:16:34 +0000 (17:16 +0000)
commitb9b64c0889c48b7bcbf8212e02e348aec59685e8
tree7786d063cca731297c47f25e0439bfc9ffdbbf03
parentaeb03e5fa0128e4b8d6052f91ef1fd4ef55e2941
Make the pcObjectGetName() API function naming consistent - so rename pcTaskGetTaskName() to pcTaskGetName(), rename pcTimerGetTimerName() to pcTimerGetName() and add a #defines in FreeRTOS.h to make the changes backward compatible.
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c