本文转自——https://www.cnblogs.com/wjcdx/p/8992581.html
图片来自——https://blog.youkuaiyun.com/ChenGuiGan/article/details/80302128
AUTOSAR (AUTomotive Open System ARchitecture)
is a worldwide development partnership of vehicle manufacturers,suppliers, service providers and companies from the automotive electronics, semiconductor and software industry.
顾名思义,汽车开放系统架构。包括一系列方法论,软件架构,接口规范等。
AUTOSAR 的计划目标主要有三个:
-
建立分层的体系架构
-
为应用程序的开发提供方法论
图解AUTOSAR(三)——方法论 中有详细描述。
-
制定各种应用接口规范
Arctic Core Autosar 3.1 开源实现
AUTOSAR软件架构前期有一个基于GPL的开源实现,目前已闭源,不过前期版本也可以参考。
Arctic Core结构分析,这篇文章介绍Arctic Core的结构。
以下链接可以下载Arctic Core软件版本:
-
官方版本,实现AUTOSAR 3.1.5版本。
http://arccore.com/hg/arc-stable(稳定版)
http://arccore.com/hg/arc(孵化版) -
github上有一个更新的版本,不确定LICENSE是否有限制:
https://github.com/leduynguyen/My_AUTOSAR_Project -
https://github.com/parai/as ,这位兄台也做了不少工作,感谢。