summaryrefslogtreecommitdiff
path: root/FreeRTOS/License
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2014-12-15 14:13:03 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2014-12-15 14:13:03 +0000
commite49eaac07271a24b3da9077ff913125ee825e3a1 (patch)
treeb7f4efdcb2a152eda27579cfb0618e5ed984bd2b /FreeRTOS/License
parent9415bd7be6c65ccfbbe8dddefc16400584366387 (diff)
downloadfreertos-e49eaac07271a24b3da9077ff913125ee825e3a1.tar.gz
+ New feature added: Task notifications.
+ Optimise Cortex-M4F ports by inlining some critical section macros. + Original ports used a #define to set the path to portmacro.h - that method has been obsolete for years and now all the old definitions have been moved into a separate header files called deprecated_definitions.h. + Cortex-M port now check the active vector bits against 0xff when determining if a function is called from an interrupt - previously only a subset of the bits (0x1f) were checked. + Add in new standard demo/test files TaskNotify.c/h and include the files in the simulator demos. + Update trace recorder code, and some demos to use the new version (more to do). + Introduce uxTaskPriorityGetFromISR(). + Minor typo corrections. + Update MingW simulator demo to match the MSVC simulator demo. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2314 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/License')
-rw-r--r--FreeRTOS/License/license.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/FreeRTOS/License/license.txt b/FreeRTOS/License/license.txt
index 536423100..423f3d181 100644
--- a/FreeRTOS/License/license.txt
+++ b/FreeRTOS/License/license.txt
@@ -35,8 +35,10 @@ work under terms of your choice, provided that
+ The combined work is not itself an RTOS, scheduler, kernel or related product.
- + The independent modules add significant and primary functionality to FreeRTOS
- and do not merely extend the existing functionality already present in FreeRTOS.
+ + The independent modules add significant and primary functionality that is
+ unrelated to multitasking, intertask communication or intertask signalling -
+ and therefore do not merely extend the functionality already present in
+ FreeRTOS.
Clause 2: