docs: update system api guides and intr chapters for C6 and H2

pull/9842/merge
Marius Vikhammer 2023-01-29 16:10:44 +08:00
rodzic 2973600c45
commit c7a41fb860
4 zmienionych plików z 2 dodań i 65 usunięć

Wyświetl plik

@ -1,56 +1,25 @@
api-guides
api-guides/core_dump_internals
api-guides/event-handling
api-guides/performance
api-guides/performance/speed
api-guides/performance/size
api-guides/performance/ram-usage
api-guides/performance/index
api-guides/partition-tables
api-guides/app_trace
api-guides/thread-local-storage
api-guides/error-handling
api-guides/tools
api-guides/tools/idf-tools
api-guides/tools/idf-clang-tidy
api-guides/tools/idf-component-manager
api-guides/tools/idf-py
api-guides/tools/idf-windows-installer
api-guides/tools/idf-monitor
api-guides/tools/idf-docker-image
api-guides/tools/index
api-guides/startup
api-guides/hlinterrupts
api-guides/unit-tests
api-guides/deep-sleep-stub
api-guides/blufi
api-guides/coexist
api-guides/flash_psram_config
api-guides/usb-serial-jtag-console
api-guides/linker-script-generation
api-guides/wifi
api-guides/usb-otg-console
api-guides/wireshark-user-guide
api-guides/bootloader
api-guides/esp-wifi-mesh
api-guides/SYSVIEW_FreeRTOS.txt
api-guides/build-system
api-guides/freertos-smp
api-guides/core_dump
api-guides/inc
api-guides/inc/external-ram-esp32-notes
api-guides/inc/linux-host-requirements
api-guides/dfu
api-guides/linux-host-testing
api-guides/esp-ble-mesh
api-guides/esp-ble-mesh/ble-mesh-index
api-guides/esp-ble-mesh/ble-mesh-feature-list
api-guides/esp-ble-mesh/ble-mesh-terminology
api-guides/esp-ble-mesh/ble-mesh-architecture
api-guides/esp-ble-mesh/ble-mesh-faq
api-guides/external-ram
api-guides/reproducible-builds
api-guides/hardware-abstraction
api-guides/wifi-security
api-guides/index
api-guides/openthread
@ -130,7 +99,6 @@ api-reference/system/esp_https_ota
api-reference/system/ulp-risc-v
api-reference/system/esp_err
api-reference/system/console
api-reference/system/intr_alloc
api-reference/system/index
api-reference/system/pthread
api-reference/bluetooth

Wyświetl plik

@ -7,8 +7,6 @@ contribute/style-guide
contribute/copyright-guide
contribute/install-pre-commit-hook
contribute/index
api-guides/core_dump_internals
api-guides/event-handling
api-guides/performance/speed
api-guides/performance/size
api-guides/performance/ram-usage
@ -26,51 +24,23 @@ api-guides/jtag-debugging/index
api-guides/jtag-debugging/esp32.inc
api-guides/jtag-debugging/configure-builtin-jtag
api-guides/partition-tables
api-guides/app_trace
api-guides/thread-local-storage
api-guides/error-handling
api-guides/tools/idf-tools
api-guides/tools/idf-clang-tidy
api-guides/tools/idf-component-manager
api-guides/tools/idf-py
api-guides/tools/idf-windows-installer
api-guides/tools/idf-monitor
api-guides/tools/idf-tools-notes.inc
api-guides/tools/idf-docker-image
api-guides/tools/index
api-guides/startup
api-guides/hlinterrupts
api-guides/RF_calibration
api-guides/unit-tests
api-guides/deep-sleep-stub
api-guides/blufi
api-guides/lwip
api-guides/coexist
api-guides/flash_psram_config
api-guides/usb-serial-jtag-console
api-guides/linker-script-generation
api-guides/wifi
api-guides/usb-otg-console
api-guides/wireshark-user-guide
api-guides/bootloader
api-guides/esp-wifi-mesh
api-guides/cplusplus
api-guides/SYSVIEW_FreeRTOS.txt
api-guides/build-system
api-guides/freertos-smp
api-guides/core_dump
api-guides/inc/linux-host-requirements
api-guides/dfu
api-guides/esp-ble-mesh/ble-mesh-index
api-guides/esp-ble-mesh/ble-mesh-feature-list
api-guides/esp-ble-mesh/ble-mesh-terminology
api-guides/esp-ble-mesh/ble-mesh-architecture
api-guides/esp-ble-mesh/ble-mesh-faq
api-guides/external-ram
api-guides/reproducible-builds
api-guides/hardware-abstraction
api-guides/wifi-security
api-guides/host-apps
api-guides/index
api-guides/openthread
api-guides/memory-types
@ -183,7 +153,6 @@ api-reference/system/esp_https_ota
api-reference/system/ulp-risc-v
api-reference/system/esp_err
api-reference/system/console
api-reference/system/intr_alloc
api-reference/system/index
api-reference/system/pthread
api-reference/bluetooth/esp_spp

Wyświetl plik

@ -8,7 +8,7 @@ The IDF Clang Tidy is a tool that uses `clang-tidy <https://clang.llvm.org/extra
This functionality and the toolchain it relies on are still under development. There may be breaking changes before a final release.
.. only:: esp32c3 or esp32h4
.. only:: CONFIG_IDF_TARGET_ARCH_RISCV
.. warning::

Wyświetl plik

@ -16,7 +16,7 @@ Overview
The {IDF_TARGET_NAME} has two cores, with 32 interrupts. Each interrupt has a certain priority level, most (but not all) interrupts are connected to the interrupt mux.
.. only:: esp32c3 or esp32c2
.. only:: esp32c2 or esp32c3 or esp32c6 or esp32h2
The {IDF_TARGET_NAME} has one core, with 31 interrupts. Each interrupt has a programmable priority level.