mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix_esp32s3_irq_names_v5.0' into 'release/v5.0'
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers (v5.0) See merge request espressif/esp-idf!26504
This commit is contained in:
commit
39ea20354d
@ -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",
|
||||
|
@ -1162,7 +1162,6 @@ components/soc/esp32s3/include/soc/usb_types.h
|
||||
components/soc/esp32s3/include/soc/usb_wrap_reg.h
|
||||
components/soc/esp32s3/include/soc/usb_wrap_struct.h
|
||||
components/soc/esp32s3/include/soc/wdev_reg.h
|
||||
components/soc/esp32s3/interrupts.c
|
||||
components/soc/esp32s3/ledc_periph.c
|
||||
components/soc/esp32s3/rtc_io_periph.c
|
||||
components/soc/esp32s3/sdio_slave_periph.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user