What problem does it solve?
Provide concise, actionable guidance for developing, configuring, testing, and debugging applications that use the Zephyr RTOS so engineers can move from workspace setup to flashing and host-simulated testing without guesswork.
Core Features & Use Cases
- Workspace and toolchain setup with west and Zephyr SDK, including manifest management and dependency updates.
- Application configuration using Kconfig fragments and devicetree overlays, plus guidance for integrating logging and runtime backends.
- Targeted workflows for native_sim host testing and for flashing and debugging hardware using west, OpenOCD, and GDB; example: build and run hello_world on native_sim for CI tests, then re-use the same build steps to flash an nRF52840 DK and start a GDB session.
Quick Start
Build and run the Zephyr hello_world sample on native_sim and then show how to flash the same build to an nrf52840dk using west.