Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/495

Marek Fiala

Manage multiple ESP-IDF build configurations with ease
·7 mins
ESP-IDF CMake Build System Configuration
Tired of juggling complex command-line arguments with endless idf.py flags? ESP-IDF v6.0 introduces a new feature, letting you switch between multiple build configuration. Learn how to structure your project, isolate sdkconfig files, and migrate from ad-hoc commands to clean, declarative builds.
Extending idf.py: Create custom commands for your ESP-IDF workflow
·7 mins
ESP-IDF Idf.py CLI Extensions Development Tools
Learn how to extend idf.py with custom commands for your development workflow. This guide covers both component-based extensions for project-specific tools and Python package extensions for reusable commands, with practical examples and best practices for seamless integration.
Building a Smart Curtains System with the ESP32
·4 mins
Smart Home ESP32 Smart Curtain Home Automation