This repository contains the sources for the talk "Using Zephyr for hard real-time applications: motor control" presented at the 2021 Zephyr Developer Summit.
The slides are written using the beamer LaTeX class. They can be built
by running:
makeBuild files can be cleaned by running:
make cleanSlides can be linted for errors by running:
make lintAdditionally, slides can be automatically formatted using:
make fmt