- Zephyr / Nordic
Includes all utilities needed for development:
west
,nrfutil
,jlink
, and more. - STM32 Provides a basic setup ready to be extended and configured for your specific project needs.
Imagine you have a simple Zephyr project that only blinks an LED.
Your project contains a single main.cpp
file in app/src
and a CMakeLists.txt
one level above.
To set it up quickly in VS Code:
Press
Ctrl + Shift + P
Select Dev Containers: Reopen in Container
Choose Add configuration to workspace
Paste the following link when prompted and press Enter:
ghcr.io/goodbyte-software/template-example/nordic:latest
Do not add any extra features – just confirm with OK
Your workspace should now be ready.
Read about our approach to devcontainers on our blog: 👉 Devcontainers – Our Embedded Workflow
This repository was generated using devcontainers/template-starter. See their repository for more details on options and structure.