refactor(interrupt):put the interrupts definitions in soc/interrupts.h

Now the soc interrupts definitions are scattered around in the esp-idf
which are out of sync. Put interrupts definitions in soc/periph_defs.h
(!ESP32) or soc/soc.h(ESP32) together in soc/interrupts.h.
This commit is contained in:
Chen Jichang
2023-07-04 14:52:51 +08:00
parent 3fca9b778a
commit 304c7572a6
20 changed files with 868 additions and 712 deletions

View File

@@ -48,8 +48,8 @@ const char * const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
[38] = "ETH_MAC",
[39] = "PWM0",
[40] = "PWM1",
[41] = "PWM2",
[42] = "PWM3",
[41] = "RESERVED",
[42] = "RESERVED",
[43] = "LEDC",
[44] = "EFUSE",
[45] = "TWAI",