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 2acc8f2c99 FreeRTOS source:
- Major refactor to consolidate the multiple places where a task is removed from a ready list and placed in a delay list into a single function, reducing code size, and enabling the easy addition of up-coming functionality.
 - Replace the enum used for task notification states with a uint8_t to reduce the TCB struct size with some compilers, and allow additional members to be added without increasing its size.
 - Rearrange FreeRTOS.h so all INCLUDE_ defaults are grouped together.
9 years ago
..
FreeRTOS-Plus-CLI Update version numbers in preparation for new release. 10 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. 12 years ago
FreeRTOS-Plus-Trace FreeRTOS source: 9 years ago
FreeRTOS-Plus-Trace(streaming) Update FreeRTOS+Trace recorder library to v3.0.2 10 years ago
FreeRTOS-Plus-UDP Update TimerDemo.c to test the new vTimerSetTimerID() function. 10 years ago
Reliance-Edge Update version numbers in preparation for new release. 10 years ago
WolfSSL Update WolfSSL library to the latest version. 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.