esp-idf/components/esp_system/port/soc
Chen Jichang 304c7572a6 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.
2023-07-17 19:31:56 +08:00
..
esp32 refactor(interrupt):put the interrupts definitions in soc/interrupts.h 2023-07-17 19:31:56 +08:00
esp32c2 feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
esp32c3 feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
esp32c6 feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
esp32h2 feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
esp32p4 kconfig: introduced CONFIG_IDF_ENV_BRINGUP for new chip bringup usage 2023-06-26 03:30:23 +00:00
esp32s2 mcpwm: reset peripheral in restart, panic and halt 2023-05-06 15:58:58 +08:00
esp32s3 mcpwm: reset peripheral in restart, panic and halt 2023-05-06 15:58:58 +08:00
linux feat(esp_system): Partially buildable on Linux now 2022-11-16 09:03:09 +01:00