The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2025 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.
This schedule is automatically displayed in Central European Summer Time, CEST (UTC +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right.
IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Sign up or log in to add sessions to your schedule and sync them to your phone or calendar.
The native simulator is an evolution of Zephyr's native_posix and the POSIX architecture.
It is a basic part of Zephyr's test and debug infrastructure which allows you to build, run and debug your code directly in your host, instrumenting it however you want.
In this talk we will cover:
* An introduction to the native simulator in Zephyr.
* Why does it exist: What one can do with it, and how we use it in Zephyr.
* The native simulator based targets we have in Zephyr.
* How does it work: A brief description of its architecture and what it supports.
* What the average user needs to know ("I just want to run my tests on it, what are the gotchas").
* What a power user needs to know ("I want to write my own driver to interact with a host peripheral, how?").