Collection of standard C library provided APIs for integration with an arbitrary RTOS. More...
Content | |
Arm C Library | |
Declarations of types and functions for integrating an RTOS with the Arm Standard C Library. | |
GCC Newlib | |
Declarations of types and functions for integrating an RTOS with the GCC Newlib. | |
Collection of standard C library provided APIs for integration with an arbitrary RTOS.
OS Interface enables an abstraction layer for operating system related functionalities within an embedded system that targets a specific toolchain. The most notable is the functionality for handling locking mechanisms for synchronization in a multi-threaded environment.