AUTOSAR
autosar.org › news-events › detail
AUTOSAR investigates how the Programming Language Rust could be applied in Adaptive Platform Context within the Working Group Safety
April 6, 2022 - This means that the performance of Rust is comparable to C++”, Christof summarizes during the initial talks. As other standardization bodies such as Khronos or SAE in the automotive field are in line with such assessment, the Embedded Software focus is to combine efforts for efficient standardization. All this is not new to the AUTOSAR development partnership and its community.
Rust
docs.rs › autosar-data-specification
autosar_data_specification - Rust
Specification of the Autosar arxml file format in the form of rust data structures
AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context
The "Core Partners" of AUTOSAR are the BMW Group, Bosch, Continental, Daimler, Ford, General Motors, the PSA Group, Toyota and the Volkswagen Group. In addition to these companies, more than 320 partners play an important role in the success of the partnership and can use the standards free of charge. I have no knowledge of the automotive world, but this seems like a big deal! More on reddit.com
AUTOSAR, Rust in Automotive, requirements, Q&A
Who: @cpetig General idea: Inspired by https://www.autosar.org/news-events/details/autosar-announces-new-working-group-for-programming-language-rust-in-automotive-software-context-202/ Invite the R... More on github.com
AUTOSAR
autosar.org › fileadmin › standards › R23-11 › AP › AUTOSAR_AP_EXP_ARARustApplications.pdf pdf
Explanation of ARA Applications in Rust AUTOSAR AP R23-11 Document Title
November 23, 2023 - AUTOSAR Adaptive applications in the Rust programming language.
Rust
docs.rs › autosar-data › latest › autosar_data
autosar_data - Rust
use autosar_data::*; /* load a multi-file data model */ let model = AutosarModel::new(); let (file_1, warnings_1) = model.load_file("some_file.arxml", false)?; let (file_2, warnings_2) = model.load_file("other_file.arxml", false)?; /* load a buffer */ let (file_3, _) = model.load_buffer(buffer, "filename.arxml", true)?; /* write all files of the model */ model.write()?; /* alternatively: */ for file in model.files() { let file_data = file.serialize(); // do something with file_data } /* iterate over all elements in all files */ for (depth, element) in model.elements_dfs() { if element.is_ident
GitHub
github.com › DanielT › autosar-data
GitHub - DanielT/autosar-data: A rust crate to work with Autosar data (arxml) files
Starred by 53 users
Forked by 15 users
Languages Rust 100.0% | Rust 100.0%
Reddit
reddit.com › r/rust › autosar announces new working group for programming language rust in automotive software context
r/rust on Reddit: AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context
March 15, 2022 - A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity. ... Tiếng ViệtFrançaisRomânăNorsk (Bokmål)Español (Latinoamérica)Bahasa ...
GitHub
github.com › rust-lang › ctcft › issues › 28
AUTOSAR, Rust in Automotive, requirements, Q&A · Issue #28 · rust-lang/ctcft
March 17, 2022 - General idea: Inspired by https://www.autosar.org/news-events/details/autosar-announces-new-working-group-for-programming-language-rust-in-automotive-software-context-202/ Invite the Rust expert driving that effort to discuss their needs, requirements, and collaboration model, and have a long Q&A session.
Author joshtriplett
Rust-embedded
blog.rust-embedded.org
Rust Embedded Working Group
AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context.
Rust
docs.rs › autosar-data-abstraction › latest › autosar_data_abstraction
autosar_data_abstraction - Rust
This crate provides an abstraction layer for the AUTOSAR data model.
Hightec-rt
hightec-rt.com › drivecore-autosar-rust
Drive Core AUTOSAR (Rust) - HighTec EDV-Systeme GmbH
Drive Core Rust accelerates and simplifies evaluation and development of Rust for automotive applications based on Autosar
Medium
medium.com › @sojan.james › the-case-for-using-rust-for-automotive-software-19400779f126
The case for using Rust for Automotive software | by Sojan James | Medium
July 9, 2019 - I firmly believe that Rust is an excellent language for complex embedded software — especially automotive system software that requires additional safety guarantees. I wish that system software developers see this potential and try out Rust. I believe there is scope to build an equivalent to Adaptive Autosar with Rust.
Vector Support
support.vector.com › kb
- How to Write AUTOSAR Classic Software Components (SWCs) in Rust - Knowledge Portal
- - Question: How can I write AUTOSAR Classic Software Components (SWCs) in Rust? Answer: Writing Software
Vector
vector.com › at › en › news › news › safety-applications-with-rust-and-autosar-classic
Vector and HighTec Bring Functional Safety Applications With Rust and AUTOSAR Classic to the Road | Vector
June 25, 2024 - The two companies have demonstrated the world's first successful integration of Rust applications with C-based AUTOSAR Classic basic software. Rust and its advantages can thus be used for safety applications in automotive ECUs with the highest requirements.