This repo contains the source code for my presentation at Open Source Firmware Conference 2024.
View the recording, compiled slides, and other info at the permalink for this presentation: https://godsped.com/safe-firmware/.
If you have Nix installed, enter our Nix shell with the marp-cli
package installed by running nix-shell
.
Then run make
to generate a slides.html
file.
Install VSCode with the Marp extension. Open slides.md
in VSCode and run "Marp: Export Slide Deck" in the VSCode command pallete (View -> Command Pallete). You can also click the marp preview on the top right of the text window.
View demo code:./demo/
Thanks to @lschuermann.