mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 23:29:49 +01:00
Previously suggested parser command pattern: xtensa-esp32-elf-(g?cc)|([gc]\+\+)|(clang) was incorrect for compilation of c++ files, as it is expanded by Eclipse into or between: xtensa-esp32-elf-(g?cc) ([gc]\+\+) (clang) Additional grouping around existing pattern solves that issue, and helps Eclipse to correctly find ESP-IDF includes. Merges https://github.com/espressif/esp-idf/pull/1005
Documentation Source Folder
This folder contains source files of ESP-IDF documentation.
The sources do not render well in GitHub and some information is not visible at all.
Use actual documentation generated instantly on each commit:
- Main server: https://esp-idf.readthedocs.io/ or http://esp-idf.rtfd.io/
- Mirror: https://dl.espressif.com/doc/esp-idf/latest/