]> git.sur5r.net Git - freertos/commit
Added INCLUDE_xQueueGetMutexHolder macro.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 17 May 2012 08:22:27 +0000 (08:22 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 17 May 2012 08:22:27 +0000 (08:22 +0000)
commit8e72ee02c713b0d851853753b1310a81c226ddc7
tree6c8b0399b606fc31bdf13043c7c555b61edac977
parent241b82c7a6f0100bc54d35de92fafe15e4b34a63
Added INCLUDE_xQueueGetMutexHolder macro.
Removed the "-rc1" that was accidentally left on the version number of some Win32 port files.
Changed the behaviour of xQueueGenericReset() so queues can be reset when tasks are blocked on them.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1751 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/include/FreeRTOS.h
Source/portable/MSVC-MingW/port.c
Source/portable/MSVC-MingW/portmacro.h
Source/queue.c