Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

HiHappyGarden/osal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

187 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSAL

Ask DeepWiki

What is OSAL

OSAL is a C++17 Operating System Abstraction Layer that provides a consistent interface for embedded systems programming across multiple platforms. The library abstracts platform-specific operating system services including threading, synchronization, timing, memory management, and inter-process communication while maintaining deterministic behavior suitable for real-time applications.

The library currently targets two primary platforms:

  • Unix/Linux systems using POSIX APIs
  • FreeRTOS real-time operating system for embedded applications

About

OS abstraction layer in C++

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors