by Mira Steinmetz | Oct 8, 2025 | 2025, News
Migrating Legacy C Code to Rust – Without Rewriting from Scratch October 08, 2025 C is still the dominant language in embedded and systems programming, but its unrestricted pointers and manual memory management often cause bugs and vulnerabilities. Rust...
by Mira Steinmetz | Oct 2, 2025 | 2025, News
10 Years Ago, EXIST Made emmtrix Possible October 02, 2025 In August 2015, while we were still employed at KIT (Karlsruhe Institute of Technology) and emmtrix existed only as a research concept with no company behind it yet, we received support from the EXIST...
by Mira Steinmetz | Oct 1, 2025 | 2025, News
Release: emmtrix Studio Version 2025.09 October 01, 2025 We are proud to announce the release of version 2025.09 of our emmtrix tools. This version features our new C to Rust Compiler – more details will follow. Highlights of the release: emmtrix Dependency Analyzer...
by Mira Steinmetz | Sep 30, 2025 | 2025, News
When a Sunroof Becomes an OBD Compliance Issue Sep 30, 2025 The California Air Resource Boared (CARB) requires transparent documentation of all emission-relevant components monitored by OBD.But dependencies often cross domains – and are not always obvious. Example: a...
by Mira Steinmetz | Sep 16, 2025 | 2025, News
Unity Build Merger: Faster Builds, Smarter Optimizations emmtrix Tech PostsCategory: General Transformations Part of our transformation series in emmtrix Studio Why compile 20 files when you can compile just one?Our Unity Build Merger transformation combines all C...
by Mira Steinmetz | Jul 22, 2025 | 2025, News
Explicit Cast Insertion Transformation: Making Type Conversions Visible emmtrix Tech PostsCategory: General Transformations Part of our transformation series in emmtrix Studio What is Explicit Cast Insertion?This transformation adds explicit type casts where implicit...