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.
Go to file
2019-11-20 11:45:10 -08:00
FreeRTOS POSIX code/demo update. 2019-11-20 11:38:08 -08:00
FreeRTOS-Plus/Demo POSIX code/demo update. 2019-11-20 11:38:08 -08:00
LICENSE Create License. 2019-11-20 11:39:57 -08:00
README.md README.md 2019-11-20 11:45:10 -08:00
readme.txt POSIX code/demo update. 2019-11-20 11:38:08 -08:00

FreeRTOS+POSIX: Portable Operating System Interface (POSIX threading wrapper) for FreeRTOS

The Portable Operating System Interface (POSIX) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. FreeRTOS+POSIX implements a subset of the POSIX threading API.

With FreeRTOS+POSIX, an existing POSIX threading compliant application can be ported to run on the FreeRTOS kernel, and therefor leverage all the Amazon FreeRTOS functionality. Additionally, a library designed for use with POSIX threading compatible operating systems can be ported to FreeRTOS kernel based applications.

For more on FreeRTOS+POSIX, please visit freertos.org

The demo project is located under FreeRTOS-Plus\Demo\FreeRTOS_Plus_POSIX_with_actor_Windows_Simulator.