mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs, ci: update docs and ci with movements from esp_common
This commit is contained in:
parent
349f0cad3e
commit
813044c6db
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user