Merge branch 'fix_esp32s3_irq_names_v4.4' into 'release/v4.4'

fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers (v4.4)

See merge request espressif/esp-idf!26505
This commit is contained in:
Mahavir Jain 2023-10-17 12:19:19 +08:00
commit 9c4cf20ee1

View File

@ -80,8 +80,8 @@ const char *const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
[74] = "DMA_OUT_CH3",
[75] = "DMA_OUT_CH4",
[76] = "RSA",
[77] = "SHA",
[78] = "AES",
[77] = "AES",
[78] = "SHA",
[79] = "FROM_CPU_INTR0",
[80] = "FROM_CPU_INTR1",
[81] = "FROM_CPU_INTR2",