diff --git a/docs/doxygen/Doxyfile_common b/docs/doxygen/Doxyfile_common index 71866087e4..d77df83d48 100644 --- a/docs/doxygen/Doxyfile_common +++ b/docs/doxygen/Doxyfile_common @@ -226,15 +226,15 @@ INPUT = \ $(IDF_PATH)/components/esp_system/include/esp_intr_alloc.h \ ## Watchdogs ## NOTE: for two lines below header_file.inc is not used - $(IDF_PATH)/components/esp_common/include/esp_int_wdt.h \ - $(IDF_PATH)/components/esp_common/include/esp_task_wdt.h \ - $(IDF_PATH)/components/esp_common/include/esp_crc.h \ + $(IDF_PATH)/components/esp_system/include/esp_int_wdt.h \ + $(IDF_PATH)/components/esp_system/include/esp_task_wdt.h \ + $(IDF_PATH)/components/esp_hw_support/include/esp_crc.h \ ## Hooks - $(IDF_PATH)/components/esp_common/include/esp_freertos_hooks.h \ + $(IDF_PATH)/components/esp_system/include/esp_freertos_hooks.h \ ## Inter-Processor Call $(IDF_PATH)/components/esp_ipc/include/esp_ipc.h \ ## Call Function with External stack - $(IDF_PATH)/components/esp_common/include/esp_expression_with_stack.h \ + $(IDF_PATH)/components/esp_system/include/esp_expression_with_stack.h \ ## Over The Air Updates (OTA) $(IDF_PATH)/components/app_update/include/esp_ota_ops.h \ ## ESP HTTPS OTA diff --git a/docs/en/api-reference/system/wdts.rst b/docs/en/api-reference/system/wdts.rst index 6843ab3a4d..5b7d3fbabb 100644 --- a/docs/en/api-reference/system/wdts.rst +++ b/docs/en/api-reference/system/wdts.rst @@ -128,7 +128,7 @@ Interrupt Watchdog API Reference Header File ^^^^^^^^^^^ - * :component_file:`esp_common/include/esp_int_wdt.h` + * :component_file:`esp_system/include/esp_int_wdt.h` Functions diff --git a/tools/ci/check_public_headers_exceptions.txt b/tools/ci/check_public_headers_exceptions.txt index fe42aecfcd..a76dd29913 100644 --- a/tools/ci/check_public_headers_exceptions.txt +++ b/tools/ci/check_public_headers_exceptions.txt @@ -117,7 +117,6 @@ components/esp_rom/include/esp32s2/rom/cache.h components/esp_rom/include/esp32s2/rom/secure_boot.h components/esp_rom/include/esp32s2/rom/opi_flash.h components/esp_rom/include/esp32s2/rom/efuse.h -components/esp_common/include/esp_freertos_hooks.h components/esp32/include/esp32/dport_access.h components/esp32/include/rom/sha.h components/esp32/include/rom/secure_boot.h