A bare minimum setup for a Zephyr application
- C 52.3%
- CMake 47.7%
| app | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| west.yml | ||
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