Tooling Comparison with AUTOSAR #882
AlexanderLanin
started this conversation in
Operational Community
Replies: 1 comment 1 reply
-
I am not sure if we also need to talk about the topic that S-CORE components also may use Rust for development (still providing adittionally a C++ interface). But if these are used in AUTOSAR maybe there is a build environment topic? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
In order to be (theoretically) compatible with AUTOSAR, it is sufficient to define a mapping between artifacts. However, that is kind of a loose-loose scenario: S-CORE has a lost of work to map them, and AUTOSAR needs to define their own process and tools.
Therefore we want to investigate just how much overlap we can achieve. If we use the same tools in S-CORE and AUTOSAR then any collaboration / integration is (theoretically) much easier => win-win!
e.g. AUTOSAR could use all our bazel abstraction, all S-CORE CI/CD abstractions, tool configs, etc etc.
Previous & parallel work
Alignment
Can AUTOSAR reference implementation use S-CORE Infrastructure, Tools, Tool-Configs? To be answered line by line.
Problem area
Discussed
@param, @returns, @throws, @see, @note etc
Not yet discussed
req-Id
@uptrace{req, hash}
andtesttrace
Non-tools
Not relevant here, just so we have a place to move stuff instead of deleting it
Beta Was this translation helpful? Give feedback.
All reactions