A bare minimum setup for a Zephyr application
  • C 52.3%
  • CMake 47.7%
Find a file
2025-06-29 19:19:14 +02:00
app Initial commit 2025-06-29 19:19:14 +02:00
.gitignore Initial commit 2025-06-29 19:19:14 +02:00
LICENSE Initial commit 2025-06-29 19:19:14 +02:00
README.md Initial commit 2025-06-29 19:19:14 +02:00
west.yml Initial commit 2025-06-29 19:19:14 +02:00

zephyr-minimal-sample

A minimal Zephyr RTOS application template.

Init

west init -m https://github.com/pkoscik/zephyr-minimal-sample --mr main my-workspace
cd my-workspace
west update

Build

west build -b <board_name> .

Run

west flash