Skip to main content

Zephyr

Zephyr Support Status
·6 mins
Zephyr Support Espressif
Simple Boot explained
·6 mins
Esp32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6 ESP32-C2 ESP-IDF Zephyr NuttX
In this article, we explore a simplified ESP32 boot process using single-image binaries to speed up build and flash times — ideal for development workflows. This approach sacrifices features like OTA updates but enables faster iteration.
Enabling External PSRAM for Zephyr Applications on ESP32 SoCs
·24 mins
Esp32 ESP32-S2 ESP32-S3 Zephyr PSRAM SPIRAM
Introduction to Zephyr OS Tracing and Profiling
··8 mins
Esp32 Tracing Profiling Zephyr
This is an introduction to the critical embedded system debugging techniques of tracing and profiling within the Zephyr RTOS. After reading this article, you can use Zephyr’s native tracing tools to gain a visual, in-depth understanding of system dynamics, helping to evaluate performance, spot timing issues, and diagnose complex problems like memory leaks or thread interaction glitches.
ESP32 bootstrapping in Zephyr
··15 mins
Esp32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6 ESP-IDF Zephyr
This article explains the booting process of Espressif devices up to ESP32-C6 (and probably newer devices).
ESP32's family Memory Map 101
··11 mins
Esp32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6 Zephyr Memory
This article addresses the complexity of Espressif SoCs by offering a visual, structured compilation of crucial technical data from their datasheets and TRMs. The main takeaway for the reader is a simplified, actionable understanding of the memory maps, caches, peripherals, and eFuse blocks, which is essential for low-level system and driver development.
Maximizing Wi-Fi Throughput: Fine-Tuning Zephyr for Peak Performance with ESP32 SoCs in IoT Applications
··6 mins
ESP32-S3 Zephyr Wi Fi
How to improve the throuput of network applications with Zephyr on Espressif devices.
Core Dump: A Powerful Tool for Debugging Programs in Zephyr with ESP32 Boards
··6 mins
Zephyr Core Dump Debugging Tools Esp32 Debug
How to use Zephyr Core Dump feature with Espressif Devices.
Zephyr RTOS on ESP32 — First Steps
··5 mins
Esp32 Zephyr Embedded Systems Espressif
First Steps with Zephyr on ESP32, a collection of all needed tutorials.