]> begriffs open source - freertos/commit
Enhanced priority dis-inheritance functionality in the case where a task that caused...
authorRichard Barry <ribarry@amazon.com>
Mon, 16 Jan 2017 03:58:51 +0000 (03:58 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 16 Jan 2017 03:58:51 +0000 (03:58 +0000)
commitd67dcf9c7401d692cae622baba8a54fdb04e80b4
treeca8fa770c0e27fb6916ff84cf2d630f1c1fa9d9b
parent883541bc8e980790469cf90eb3d253123e65da56
Enhanced priority dis-inheritance functionality in the case where a task that caused another task to inherit its priority times out before obtain a mutex.
Added test code to GenQTest to test the new priority dis-inheritance functionality.
Allow the default names given to the Idle and Timer tasks to be overwridden by definitions in FreeRTOSConfig.h.
FreeRTOS/Demo/Common/Minimal/GenQTest.c
FreeRTOS/Demo/Common/Minimal/recmutex.c
FreeRTOS/Source/include/list.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c