esp-idf/components/esp_system/port
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
..
arch feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
include feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
soc refactor(interrupt):put the interrupts definitions in soc/interrupts.h 2023-07-17 19:31:56 +08:00
brownout.c BOD: Bringup for ESP32C6 2023-01-10 10:37:30 +08:00
CMakeLists.txt esp_system: usb_console support for ESP32-S3 2023-04-12 11:17:41 +02:00
cpu_start.c Merge branch 'bringup/esp32h2_light_sleep_for_rebase' into 'master' 2023-06-28 10:37:18 +08:00
esp_system_chip.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
esp_system_linux.c heap: add linux target support 2022-12-06 10:49:59 +08:00
panic_handler.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
usb_console.c esp_system: usb_console support for ESP32-S3 2023-04-12 11:17:41 +02:00