ESP32 - CMake with ESP-IDF Tutorial

ESP32 - CMake with ESP-IDF Tutorial22:16

معلومات تحميل وتفاصيل الفيديو ESP32 - CMake with ESP-IDF Tutorial

المؤلف:

Shawn Hymel

تاريخ النشر:

26‏/8‏/2025

المشاهدات:

4K

الوصف:

Learn how to use CMake with ESP-IDF to configure, build, and link projects for the ESP32 manually and without relying on idf.py build. We’ll start with a simple, standalone CMake project to understand the basics and then show how ESP-IDF uses the same system under the hood to manage components, dependencies, and targets. 0:00 Intro 0:43 IoT with ESP-IDF Course 1:33 Create a Simple C Library and Application 4:03 Create CMakeLists.txt to Build and Link the Demo 8:05 Using CMake with GNU Make 12:02 Using CMake with Ninja 13:46 Going Further with CMake 14:06 Understanding How ESP-IDF Uses CMake 16:30 Building an ESP-IDF Project Manually with CMake 19:58 Flashing the Application