From 8e983933b62a2d7e10027fd772adcfbebed82abe Mon Sep 17 00:00:00 2001 From: AntonioBerna Date: Tue, 10 Mar 2026 13:45:33 +0100 Subject: [PATCH] docs: add OSEK OS resources to AUTOSAR section Closes #65 - Add OSEK OS Overview article from autosartoday.com - Add OSEK/VDX OS Specification 2.2.3 (official PDF) - Add OSEK/VDX OIL Specification 2.4.1 (official PDF) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3efb9cb..f2074e8 100644 --- a/README.md +++ b/README.md @@ -1484,6 +1484,9 @@ AUTOSAR, or AUTomotive Open System ARchitecture, is a global industry standard f - [🎞️ AUTOSAR Basics | AUTOSAR Tutorial | Architecture | Automotive](https://www.youtube.com/watch?v=7b5BY1IAfwY) - [🎞️ Introduction to AUTOSAR](https://www.youtube.com/watch?v=NfZI8wvgZPo) - [🎞️ Udemy - Autosar Architecture (Learn from Scratch with Demo)](https://www.udemy.com/course/autosar-architecture/) +- [📝 OSEK OS Overview](https://www.autosartoday.com/posts/osek_os_overview) +- [💎 🔗 OSEK/VDX Operating System Specification 2.2.3](https://www.osek-vdx.org/mirror/os223.pdf) +- [💎 🔗 OSEK/VDX OIL (OSEK Implementation Language) Specification 2.4.1](https://www.osek-vdx.org/mirror/oil241.pdf) _________________