]> git.sur5r.net Git - freertos/blobdiff - Source/queue.c
Add an option for 8 byte alignment.
[freertos] / Source / queue.c
index b16925a31fe4495a1703444c13d58e1356273709..009e68360f9e1edd7bb269270868a6a6eae14c6c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.\r
+       FreeRTOS.org V4.2.0 - Copyright (C) 2003-2007 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -64,6 +64,13 @@ Changes from V4.1.2:
 \r
        + BUG FIX:  Removed the call to prvIsQueueEmpty from within xQueueCRReceive\r
          as it exited with interrupts enabled.  Thanks Paul Katz.\r
+\r
+Changes from V4.1.3:\r
+\r
+       + Modified xQueueSend() and xQueueReceive() to handle the (very unlikely) \r
+       case whereby a task unblocking due to a temporal event can remove/send an \r
+       item from/to a queue when a higher priority task is     still blocked on the \r
+       queue.  This modification is a result of the SafeRTOS testing.\r
 */\r
 \r
 #include <stdlib.h>\r