Skip to content

teslabs/zds-2022-pinctrl

Repository files navigation

Deep dive into pin control in Zephyr

build pdf

This repository contains the slides for the "Deep dive into in control in Zephyr" talk given at the Zephyr Development Summit 2022.

Video

Build

The slides are written using the beamer LaTeX class. They can be built by running:

make

Build files can be cleaned by running:

make clean

Lint and format

Slides can be linted for errors by running:

make lint

Additionally, slides can be automatically formatted using:

make fmt