Enabling Zephyr on Your Hardware Platform – Diego Sueiro, Sepura / Embarcados
Summary
Zephyr is a fast-growing, both in terms of contributions and adoption, open source RTOS that is designed to be small, optimized, scalable and secure for resource constrained devices and applications. In this session, Diego Sueiro will go through the detailed process of adding support for new architectures and hardware platforms in Zephyr, showing a step-by-step guide with a real example pointing out the caveats and some debugging tricks.
Main topics of this presentation include hardware support implementation in Zephyr, adding a new HAL, adding a new SoC, adding a new Board, adding new drivers, and contributing to mainline