]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/Common/Minimal/recmutex.c
Enhanced priority dis-inheritance functionality in the case where a task that caused...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 16 Jan 2017 03:58:51 +0000 (03:58 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 16 Jan 2017 03:58:51 +0000 (03:58 +0000)
commit8c798fc3eece53843130329a4c2bd59a7cff3f3d
treeca8fa770c0e27fb6916ff84cf2d630f1c1fa9d9b
parente249b761974c7228ac8b226e955b67fa532d5f77
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.

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