generated from dcorral/esp32-template
9f1b1ba5a014b649ac4de6154cd2b6854cd5f96d
ESP-IDF Template
A minimal ESP-IDF project template.
Project Structure
├── CMakeLists.txt
├── sdkconfig
├── main/
│ ├── CMakeLists.txt
│ └── main.c
└── README.md
Getting Started
- Install ESP-IDF
- Copy this template
- Configure with
idf.py menuconfig - Build with
idf.py build - Flash with
idf.py flash
Clangd Setup
For enhanced code intelligence with clangd:
- Install ESP-specific clangd:
idf_tools.py install esp-clang - Configure the project for clangd:
idf.py -B build.clang -D IDF_TOOLCHAIN=clang reconfigure(or use the:ESPReconfigurecommand in VSCode)
Description
Languages
CMake
88.2%
C
11.8%