Wednesday
Room 5
10:20 - 11:20
(UTC+02)
Talk (60 min)
Comprehensive testing of embedded software
A lack of automated tests are prevalent in embedded software. There is, however, no good reason to skip testing for embedded projects. By having a clean separation of business logic and hardware-specific code, we can write unit tests that will run both in pure software and on the target.
Testing
Rust
In this talk we'll explore how to set up comprehensive testing of embedded software in Rust. While this talk will be focused on Rust, the principles can be applied to other languages as well.