Add full automotive RTOS project

Add kernel (Cortex-M0/M3/M4, Tricore, S32K, RISC-V ports), drivers,
middleware (CAN stack, diagnostics, safety), applications, board
support, build/test tooling, and documentation.
This commit is contained in:
root
2026-08-23 03:35:29 -04:00
parent f113bf0a05
commit ca13734bf0
151 changed files with 23945 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# driver api
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# kernel api
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# memory map
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# system architecture
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# task model
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# hazard analysis
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# iso26262 compliance
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# safety manual
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# configuration guide
Placeholder documentation.
+3
View File
@@ -0,0 +1,3 @@
# getting started
Placeholder documentation.