]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
Update version number ready for next release.
[freertos] / FreeRTOS / Demo / Common / Minimal / StaticAllocation.c
index dc5c8540797cf62d26808d832169b42e520ea5af..32e6777314a885bacf0b6be60a9af187b8c0e74e 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS Kernel V10.0.1\r
- * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS Kernel V10.2.1\r
+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -729,7 +729,9 @@ TaskHandle_t xCreatedTask;
 \r
 /* The variable that will hold the TCB of tasks created by this function.  See\r
 the comments above the declaration of the xCreatorTaskTCBBuffer variable for\r
-more information. */\r
+more information.  NOTE:  This is not static so relies on the tasks that use it\r
+being deleted before this function returns and deallocates its stack.  That will\r
+only be the case if configUSE_PREEMPTION is set to 1. */\r
 StaticTask_t xTCBBuffer;\r
 \r
 /* This buffer that will be used as the stack of tasks created by this function.\r