🔧 Core Systems
The core systems provide the fundamental functionality for ESP-IDF development workflows.
Available Systems
- Build System - Multi-application build management
- Configuration System - YAML-based configuration management
- Flash System - ESP32 flashing and monitoring
- Logging System - Log management and analysis
Quick Start
Each system is designed to work independently or together:
- Configure your project with the Configuration System
- Build your applications with the Build System
- Flash firmware with the Flash System
- Monitor logs with the Logging System
Integration
All core systems share the same configuration file (app_config.yml
) and work seamlessly together to provide a complete development experience.