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 03213b9e4a Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS's projdefs.h.
Remove redundant global definition vPortInstallFreeRTOSVectorTable from the GCC ARM_CA9 portASM.S file.
Ensure correct sequence of start up sequence when the Windows port is used on multi-core Windows machines by starting one thread in the suspended state.
Move initialisation of xNextTaskUnblockTime to the function that starts the scheduler, rather than from where the variable is declared - this fixes a compiler warning in newer IAR compilers.
Fix "elif (SELECTED_PORT == PORT_MICROCHIP_PIC32MX || PORT_MICROCHIP_PIC32MZ)" in the FreeRTOS+Trace trcHardwarePort.h header file.
2015-04-13 18:45:02 +00:00
..
CyaSSL Remove some irrelevant CyaSSL files. 2014-08-16 15:43:43 +00:00
FreeRTOS-Plus-CLI ***IMMINENT RELEASE NOTICE*** 2014-08-16 20:19:40 +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 Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS's projdefs.h. 2015-04-13 18:45:02 +00:00
FreeRTOS-Plus-UDP Demo app changes: 2015-01-15 21:37:32 +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.