]> git.sur5r.net Git - freertos/blobdiff - Demo/Common/Minimal/death.c
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / Common / Minimal / death.c
index 509ebd1915c9169963f25d42d9ffc82f2bd4f433..71f1f4ee6ac52c4410307d6d6a6206b848b10809 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.1.1 - Copyright (C) 2012 Real Time Engineers Ltd.\r
        \r
 \r
     ***************************************************************************\r
     FreeRTOS WEB site.\r
 \r
     1 tab == 4 spaces!\r
+    \r
+    ***************************************************************************\r
+     *                                                                       *\r
+     *    Having a problem?  Start by reading the FAQ "My application does   *\r
+     *    not run, what could be wrong?                                      *\r
+     *                                                                       *\r
+     *    http://www.FreeRTOS.org/FAQHelp.html                               *\r
+     *                                                                       *\r
+    ***************************************************************************\r
 \r
-    http://www.FreeRTOS.org - Documentation, latest information, license and\r
-    contact details.\r
-\r
-    http://www.SafeRTOS.com - A version that is certified for use in safety\r
-    critical systems.\r
-\r
-    http://www.OpenRTOS.com - Commercial support, development, porting,\r
-    licensing and training services.\r
+    \r
+    http://www.FreeRTOS.org - Documentation, training, latest information, \r
+    license and contact details.\r
+    \r
+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,\r
+    including FreeRTOS+Trace - an indispensable productivity tool.\r
+\r
+    Real Time Engineers ltd license FreeRTOS to High Integrity Systems, who sell \r
+    the code with commercial support, indemnification, and middleware, under \r
+    the OpenRTOS brand: http://www.OpenRTOS.com.  High Integrity Systems also\r
+    provide a safety engineered and independently SIL3 certified version under \r
+    the SafeRTOS brand: http://www.SafeRTOS.com.\r
 */\r
 \r
 /**\r
@@ -144,8 +157,8 @@ unsigned portBASE_TYPE *puxPriority;
        this by increasing uxTasksRunningAtStart by 1. */\r
        uxTasksRunningAtStart++;\r
        \r
-       /* FreeRTOS version 7.0.0 can optionally create a timer service task.  If\r
-       this is done, then uxTasksRunningAtStart needs incrementing again as that\r
+       /* From FreeRTOS version 7.0.0 can optionally create a timer service task.  \r
+       If this is done, then uxTasksRunningAtStart needs incrementing again as that\r
        too is created when the scheduler is started. */\r
        #if configUSE_TIMERS == 1\r
                uxTasksRunningAtStart++;\r