Blog
A Guide through the Jungle of Security Coding Standards
Software Security is Becoming Increasingly Important Author: Michal Rozenau, Parasoft Contribution - Embedded Software Engineering Congress 2018 Searching for security-focused coding standards, you find a variety of sources – including CERT Coding Standards, OWASP, CWE, and multiple various...
A Guide through the Jungle of Security Coding Standards
Software Security is Becoming Increasingly Important Author: Michal Rozenau, Parasoft Contribution - Embedded Software Engineering Congress 2018 Searching for security-focused coding standards, you find a variety of sources – including CERT Coding Standards, OWASP, CWE, and multiple various...
10 small things that make C++ easier
Maintainable Code Through the Use of Modern C++ Features Author: Dominik Berner, bbv Software Services Contribution - Embedded Software Engineering Congress 2018 The new standards have significantly modernized the C++ programming language and, in some cases, introduced entirely new programming paradigms into the world of C++...
Safety in rapidly changing systems
Practical Application of Formal Methods Authors: Christine Jakobs, Matthias Werner; TU Chemnitz Contribution - Embedded Software Engineering Congress 2018 The classic development process for software in the field of embedded real-time systems starts with a static system with...
Real-time capability of container solutions using Docker as an example
Performance Analysis of the Real-Time Capabilities of Linux-Based Container Solutions on ARM Author: Michael Schnelle, Mixed Mode Contribution - Embedded Software Engineering Congress 2018 Real-Time Operating Systems A real-time system is generally defined as a system that reacts to an event within...
What will become of my code?
Finally, a sound evaluation of software performance. Author: Daniel Penning, embeff GmbH. Contribution - Embedded Software Engineering Congress 2018. Software performance plays a crucial role in almost every embedded project. Faster code leads to better response times and higher...
The vector unit – your friend and helper
More performance at no extra cost? Author: Dr. Andreas Ehmanns, MBDA Deutschland GmbH Article - Embedded Software Engineering Congress 2018 Vector units have been standard in common processor families for many years, yet they are still frequently overlooked – even in the embedded sector – by...
Practical tips and tricks for runtime optimization
Optimization Approaches at the RTOS/Code Level; Single/Multicore Author: Peter Gliwa, GLIWA GmbH embedded systems Contribution - Embedded Software Engineering Congress 2018 The resource "computing time" becomes scarce in many projects during development. The following presents some practical approaches...