This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
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.
2016-02-10 12:58:15 +00:00
..
FreeRTOS-Plus-CLI Update version numbers in preparation for new release. 2015-08-05 12:59:42 +00:00
FreeRTOS-Plus-FAT-SL Update CyaSSL to latest version. 2014-07-18 18:54:25 +00:00
FreeRTOS-Plus-IO Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 2013-04-18 09:17:05 +00:00
FreeRTOS-Plus-Nabto Update FreeRTOS_FD_SET() to check there is enough space in the queue before adding the socket to the socket set. 2013-10-07 20:13:02 +00:00
FreeRTOS-Plus-Trace FreeRTOS source: 2016-02-10 12:58:15 +00:00
FreeRTOS-Plus-Trace(streaming) Update FreeRTOS+Trace recorder library to v3.0.2 2015-10-09 13:30:09 +00:00
FreeRTOS-Plus-UDP Update TimerDemo.c to test the new vTimerSetTimerID() function. 2015-04-13 19:58:51 +00:00
Reliance-Edge Update version numbers in preparation for new release. 2015-08-05 12:59:42 +00:00
WolfSSL Update WolfSSL library to the latest version. 2015-08-28 13:46:22 +00:00
readme.txt Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 2013-04-18 09:17:05 +00:00
WebDocs.url Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory. 2013-04-18 09:17:05 +00:00

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.