A set of Python modules for working with AUTOSAR XML files.
- Allows individuals and teams to incrementally develop and maintain AUTOSAR models using Python code.
- Executing a Python script can quickly regenerate the same ARXML file(s) (no real need to store generated ARXML files in version control).
It is recommended that you use a commercial AUTOSAR toolchain to integrate generated SWCs into your ECU.
Documentation is published here.
- Fixes
- Improved (AUTOSAR4) documentation
- More comprehensive suite of unit tests
- Maintenance track (stable version of v0.3.x)
- v0.4.x will be the last release to support RTE generator for AUTOSAR3
- Complete rewrite of RTE generator (upgrade to AUTOSAR4)
- At the same time upgrade the autosar-demo project to AUTOSAR4