Skip to content

Zephyr on PEROVSAT

Under Construction

This page is a stub and still under construction. Details may be incomplete or change.

PEROVSAT flight software is a Zephyr application built with west. These pages summarize Zephyr concepts the team uses daily; official docs remain the authoritative reference.

Topics

  • Drivers — device model, registration, and application access
  • Devicetree — hardware description, overlays, and aliases
  • Kconfig — compile-time feature selection
  • ThreadsK_THREAD_DEFINE, sleep, and message queues

Additional design notes live in design-and-planning/info/zephyr/.

Workspace layout

After setup.sh, the west workspace contains zephyr/, HAL modules, perovsat-app/, and cloned driver repos listed in west.yml.