eclipse-openbsw / openbsw
OpenBSW: A Code-first Software Platform for Automotive Microcontrollers
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing eclipse-openbsw/openbsw in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewEclipse OpenBSW Build Status 🚀 Code Coverage | Code Coverage | Status | |--------------------------|------------------------------------------------------------------------| | Line Coverage | | | Function Coverage | | Overview Eclipse OpenBSW is an open source SDK to build professional, high quality embedded software products. It is a software stack specifically designed and developed for automotive applications. This repository provides the complete code, documentation and a reference example that works out of the box without any specific hardware requirements (any POSIX platform) allowing developers to get up and running quickly. Target Audience • **Open Source Enthusiasts**: Enthusiasts and hobbyists passionate about automotive technology and interested in contributing to open source projects, collaborating with like-minded individuals and exploring new ideas and projects in the automotive domain. • **Embedded Systems Developers**: Developers specializing in embedded systems programming, microcontroller firmware development and real-time operating systems (RTOS), who are interested in automotive applications. • **Automotive Engineers**: Professionals working in the automotive industry, including engineers, designers and technicians, who are interested in developing and improving automotive technologies, systems and components. • **Students and Researchers**: Students, researchers, and academic institutions interested in learning about automotive technologies, conducting research, and exploring innovative solutions in automotive areas. Getting Started To get started, we recommend to compile our reference application for one of the supported platforms using the docker image we provide including all the necessary tools. Therefore, you can simply run the development service in the docker compose in the root of the repo, call cmake with the correct options and build the generated project. > [!NOTE] > > In case your local user already uses / of you can skip the and > variables, since this is the default. Otherwise, you need it to make sure you have > proper access to your local files. > > In case you want to use a custom history file for the commands you run in the container you can > also set the variable, which defaults to the file. > > Note, that we bind mount your current working directory into the container and use it as working > directory. This makes sure, that you will have the same paths inside and outside of the container > when for example loading a generated elf into a debugger or following symlinks created within the > container. Feature Overview Implemented Features | Feature | Description | POSIX Support | S32K148 Support | New? | | --- | --- | --- | --- | --- | | Modular design | Based on each project's needs, required software modules can easily be included or excluded. | Yes | Yes | | | Application Lifecycle Management | The order in which Applications/Features are brought up/down is easily organised. | Yes | Yes | | | Console | A console is provided for diagnostic and development purposes. | In a terminal interface | Via UART | | | Commands | Commands can easily be added to the console to aid development, test and debugging. | Yes | Yes | | | Logging | Diagnostic logging is implemented per software component. | Yes | Yes | | | CAN | Support for CAN bus communication | If SocketCAN is supported | Yes | Since Release 0.1 | | Sensors and actuators integration | ADC, PWM & GPIO | | Yes | | | UDS, DoCAN | Diagnostics over CAN | If SocketCAN is supported | Yes | Since Release 0.1 | | Ethernet | Basic TCP and UDP support | Yes | Yes | On current | | Storage | Persistent data storage on EEPROM and Flash | Yes | Yes | On current | Roadmap See GitHub Issues. Documentation The documentation describes Eclipse OpenBSW in detail and provides simple setup guides to build and use it. Contributing It is expected that this repository will be used as a starting point for many custom developments. You may wish to contribute back some of your work to this repository. For more details see CONTRIBUTING. Legals Distributed under the Apache 2.0 License. Also see NOTICE.