Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![VxWorks](https://img.shields.io/badge/VxWorks-yellow.svg)](LICENSE)
[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11&logoColor=white)](#)

[![Packaging status](https://repology.org/badge/vertical-allrepos/libosal.svg)](https://repology.org/project/libosal/versions)

Comment on lines +12 to +13

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and consistency, all badges should be grouped together. This new badge is separated from the others by a blank line, and this change also introduces an extra blank line before the ## Overview header.

Please move this badge to be with the others (e.g., after line 10) and ensure there is only one blank line between the block of badges and the header.

## 🍀 Overview

**libosal** is a high-performance, modular Operating System Abstraction Layer (OSAL) designed to facilitate cross-platform development by abstracting platform-specific details of operating systems and hardware environments. Developed by the Institute of Robotics and Mechatronics at the German Aerospace Center (DLR), libosal enables seamless portability and maintainability of embedded and real-time software components across diverse operating systems including WIN32, MINGW32, PIKEOS, POSIX-compliant systems, and VXWORKS.
Expand Down