FreeRTOS-Kernel/FreeRTOS-Plus/Demo
Richard Barry fd02010886 Kernel changes:
+ Made xTaskNotifyGiveFromISR() its own function, rather than a macro that calls xTaskNotifyFromISR() (minor performance improvement).
+ GCC and Keil Cortex-M4F ports now use vPortRaiseBASEPRI() in place of ulPortRaiseBASEPRI() where the return value is not required (minor performance improvement).

Demo changes:
Change the [very basic] FreeRTOS+UDP SAM4E driver to use task notifications rather than a semaphore (execution time now 55% what it was in FreeRTOS V8.1.2!).
Robustness improvements to IntQueue.c standard demo task.h.
Added the latest standard demo tasks, reg test tasks and int q  tasks to the SAM4E demo.
2014-12-21 10:26:36 +00:00
..
Common Kernel changes: 2014-12-21 10:26:36 +00:00
FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
FreeRTOS_Plus_CyaSSL_Windows_Simulator Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. 2014-12-18 11:02:15 +00:00
FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISED_TASK_SELECTION into individual port layers so it does not affect ports that do not support the definition. 2014-09-02 22:39:54 +00:00
FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio Update version numbers in FreeRTOS-Plus demo files. 2013-11-17 14:12:41 +00:00
readme.txt Update version numbers to V7.4.1. 2013-04-18 12:58:17 +00:00

Directories:

+ The FreeRTOS-Plus/Demo directory contains a demo application for every most of
  the FreeRTOS+ components.  Lots of the demo applications use the FreeRTOS
  Windows simulator for easy evaluation.  Be aware that FreeRTOS is much slower
  and not deterministic when executed in a simulated environment.

+ See http://www.freertos.org/plus