esp-idf/docs
2025-03-25 14:27:02 +08:00
..
_static feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing 2025-01-17 10:51:47 +08:00
docs_not_updated feat(dfu): Enable DFU on ESP32-P4 2024-12-20 11:12:33 +01:00
doxygen feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-24 20:28:22 +08:00
en feat(bt): fixed some doc error and add ocf parameters description 2025-03-25 14:27:02 +08:00
zh_CN feat(bt): fixed some doc error and add ocf parameters description 2025-03-25 14:27:02 +08:00
check_lang_folder_sync.sh
component_info_ignore_file.txt feat(lp-spi): Added support for LP SPI driver to the LP Core on esp32p4 2024-06-26 13:43:55 +02:00
conf_common.py feat(bt): added definitions for bluetooth hci vendor commands and events 2025-03-24 20:28:22 +08:00
doxygen-known-warnings.txt change(freertos/idf): Update FreeRTOS documentation build 2023-10-21 04:39:17 +08:00
page_redirects.txt docs(security): add redirect link for host based workflow guide 2024-09-03 12:36:26 +05:30
README.md docs: Update example README template and other related docs 2024-04-15 17:17:27 +08:00
sphinx-known-warnings.txt
TEMPLATE_EXAMPLE_README.md docs: Update alerts in READMEs to GFM format 2024-05-06 15:19:15 +08:00

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

After you click any link to ESP-IDF Programming Guide, go to the top of the sidebar, then make sure you have the correct Espressif chip (target) and ESP-IDF version selected in the dropdown menus. You can also find a link on the bottom right to download the PDF version.

Building Documentation

The documentation is built using the python package esp-docs, which can be installed by running:

pip install esp-docs

For a summary of available options, run:

build-docs --help

For more information see the esp-docs documentation at https://github.com/espressif/esp-docs/blob/master/README.md