mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 06:34:34 +02:00
docs, ci: update docs and ci with movements from esp_common
This commit is contained in:
@@ -226,15 +226,15 @@ INPUT = \
|
|||||||
$(IDF_PATH)/components/esp_system/include/esp_intr_alloc.h \
|
$(IDF_PATH)/components/esp_system/include/esp_intr_alloc.h \
|
||||||
## Watchdogs
|
## Watchdogs
|
||||||
## NOTE: for two lines below header_file.inc is not used
|
## 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_system/include/esp_int_wdt.h \
|
||||||
$(IDF_PATH)/components/esp_common/include/esp_task_wdt.h \
|
$(IDF_PATH)/components/esp_system/include/esp_task_wdt.h \
|
||||||
$(IDF_PATH)/components/esp_common/include/esp_crc.h \
|
$(IDF_PATH)/components/esp_hw_support/include/esp_crc.h \
|
||||||
## Hooks
|
## Hooks
|
||||||
$(IDF_PATH)/components/esp_common/include/esp_freertos_hooks.h \
|
$(IDF_PATH)/components/esp_system/include/esp_freertos_hooks.h \
|
||||||
## Inter-Processor Call
|
## Inter-Processor Call
|
||||||
$(IDF_PATH)/components/esp_ipc/include/esp_ipc.h \
|
$(IDF_PATH)/components/esp_ipc/include/esp_ipc.h \
|
||||||
## Call Function with External stack
|
## 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)
|
## Over The Air Updates (OTA)
|
||||||
$(IDF_PATH)/components/app_update/include/esp_ota_ops.h \
|
$(IDF_PATH)/components/app_update/include/esp_ota_ops.h \
|
||||||
## ESP HTTPS OTA
|
## ESP HTTPS OTA
|
||||||
|
@@ -128,7 +128,7 @@ Interrupt Watchdog API Reference
|
|||||||
Header File
|
Header File
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
* :component_file:`esp_common/include/esp_int_wdt.h`
|
* :component_file:`esp_system/include/esp_int_wdt.h`
|
||||||
|
|
||||||
|
|
||||||
Functions
|
Functions
|
||||||
|
@@ -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/secure_boot.h
|
||||||
components/esp_rom/include/esp32s2/rom/opi_flash.h
|
components/esp_rom/include/esp32s2/rom/opi_flash.h
|
||||||
components/esp_rom/include/esp32s2/rom/efuse.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/esp32/dport_access.h
|
||||||
components/esp32/include/rom/sha.h
|
components/esp32/include/rom/sha.h
|
||||||
components/esp32/include/rom/secure_boot.h
|
components/esp32/include/rom/secure_boot.h
|
||||||
|
Reference in New Issue
Block a user