esp-idf/docs
Zim Kalinowski 689db30956 Merge branch 'contrib/github_pr_11025_v5.1' into 'release/v5.1'
Enable support for C++23 in esp-idf (GitHub PR) (v5.1)

See merge request espressif/esp-idf!23421
2023-05-15 16:02:54 +08:00
..
_static mcpwm: can't apply the same delay module to multiple generators 2023-05-10 10:09:48 +08:00
docs_not_updated docs: Update Protocols & Provisioning sections for H2 2023-03-30 18:00:12 +05:30
doxygen Merge branch 'feature/freertos_get_static_buffers_v5.1' into 'release/v5.1' 2023-05-10 17:53:26 +08:00
en Merge branch 'contrib/github_pr_11025_v5.1' into 'release/v5.1' 2023-05-15 16:02:54 +08:00
zh_CN Merge branch 'bugfix/fix_several_bugs_in_i2s_v5.1' into 'release/v5.1' 2023-05-12 11:05:34 +08:00
README.md
TEMPLATE_EXAMPLE_README.md
check_lang_folder_sync.sh
conf_common.py ulp: added sleep support for lp core 2023-04-27 09:51:41 +08:00
doxygen-known-warnings.txt
page_redirects.txt doc: remove left-over legacy event loop docs 2023-03-17 15:37:26 +08:00
sphinx-known-warnings.txt heap trace standalone: Fix initialization of the unused linked list, update tests 2023-02-14 09:48:14 +01:00

README.md

Documentation Source Folder

This folder contains source files of ESP-IDF documentation available in English and 中文.

The sources do not render well in GitHub and some information is not visible at all.

Use actual documentation generated within about 20 minutes on each commit:

Hosted Documentation

The above URLs are all for the master branch latest version. Click the drop-down in the bottom left to choose a stable version or to download a PDF.

Building Documentation

The documentation is built using the python package esp-docs, which can be installed by running pip install esp-docs. Running build-docs --help will give a summary of available options. For more information see the esp-docs documentation at https://github.com/espressif/esp-docs/blob/master/README.md