Sign inSign up

brooksp/zephyr

By brooksp

Updated almost 6 years ago

Images for Zephyr RTOS

Image
0

290

brooksp/zephyr repository overview

Docker images for Zephyr RTOS

Branches correspond to Zephyr releases.

Building the image

Simple! Just call make.

Using the image to build a Zephyr app

To build a Zephyr application, run:

docker run --rm -it brooksp/zephyr bash

then

cd /zephyrproject/zephyr
west build -p auto --board nrf52840dk_nrf52840 samples/basic/blinky

Tag summary

Content type

Image

Digest

Size

3.2 GB

Last updated

almost 6 years ago

docker pull brooksp/zephyr