Zephyr or TockOS STM32 links - joectchan/blog GitHub Wiki

Zephyr

Twitter channel for Zephyr

link

github Zephyr hal_stm32

link

Docker image for Zephyr

  • This seems to be better than the next link.

Docker file

mkdir zephyr_ci; cd zephyr_ci
(download and extract three files from that link)
docker build -t "zephyr_ci:Dockerfile" .
docker run --publish 222222:22 --detach --name my_z_ci zephyr_ci:Dockerfile
docker stop my_z_ci

PR

Code repo

Issue

People

Blog post

OpenOCD script for STM32

TockOS