You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2026. It is now read-only.
FreeRTOS-POSIX should be added as a dependency, to gain support for POSIX threading
Motivation
This will enable users and library developers to use features like std::thread, significantly improving UX and DX. This also helps facilitate the decoupling of freeRTOS in future
Overview
FreeRTOS-POSIX should be added as a dependency, to gain support for POSIX threading
Motivation
This will enable users and library developers to use features like
std::thread, significantly improving UX and DX. This also helps facilitate the decoupling of freeRTOS in futureImplementation
This can be added as a git submodule