You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS-Plus/Source
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.
10 years ago
..
CyaSSL Remove some irrelevant CyaSSL files. 11 years ago
FreeRTOS-Plus-CLI ***IMMINENT RELEASE NOTICE*** 11 years ago
FreeRTOS-Plus-FAT-SL Update CyaSSL to latest version. 11 years ago
FreeRTOS-Plus-IO Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 12 years ago
FreeRTOS-Plus-Nabto Update FreeRTOS_FD_SET() to check there is enough space in the queue before adding the socket to the socket set. 11 years ago
FreeRTOS-Plus-Trace + New feature added: Task notifications. 10 years ago
FreeRTOS-Plus-UDP Kernel changes: 10 years ago
WebDocs.url Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 12 years ago
readme.txt Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 12 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Directories:

+ The FreeRTOS-Plus/Source contains the source code of each FreeRTOS+ product.

+ See http://www.FreeRTOS.org for FreeRTOS documentation.  See
  http://www.freertos.org/plus for FreeRTOS+ documentation.