forked from sdvos/sdvos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 1.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
_____ ____ _ ______ _____
/ ___// __ \ | / / __ \/ ___/
\__ \/ / / / | / / / / /\__ \
___/ / /_/ /| |/ / /_/ /___/ /
/____/_____/ |___/\____//____/
Standard Dependable Vehicle Operating System
Copyright (C) 2015 Ye Li
SDVOS is an OSEK and AUTOSAR compliant operating system designed to offer high
configurability and efficiency for embedded automotive applications. SDVOS
conforms to OSEK BCC1/2 and ECC1/2. Additionally, it supports AUTOSAR schedule
tables and software counters. Other AUTOSAR features and driver supports are
under active development.
Currently, the supported architectures include AVR5, ARM Cortex M3, and M4 with
FPU support. Reference boards currently supported include NUCLEO boards,
Arduino UNO, STM32 Discovery, etc. Additionally, an SDVOS instance can be
executed in the Linux environment for testing and debugging.
For more information, please visit: http://www.sdvos.org
_______ _ ______ ____
/ __/ _ \ | / / __ \/ __/
_\ \/ // / |/ / /_/ /\ \
/___/____/|___/\____/___/