1. The Zephyr Guide
  2. Introduction
  3. 1. Setup
  4. 2. The Kernel API - Threads
  5. 3. Basic Peripherals API
    1. 3.1. Device Tree 101
    2. 3.2. GPIO
    3. 3.3. Interrupts
    4. 3.4. Timers
    5. 3.5. PWM
  6. 4. Kernel Facilities - Messaging
    1. 4.1. Semaphores
    2. 4.2. Mutex
    3. 4.3. Message Queues
  7. 5. Device Driver Intro

Message Queues