esp-idf/components/esp_system/port/soc/esp32c2
Darian Leung 0c97fbd5ba riscv: Remove redundant riscv_interrupts.h header
This commit removes the riscv_interrupts.h header is it has become redundant. The previously
exposed API has been handled as follows:

- "riscv_interrupt_enable()" and "riscv_interrupt_disable()" have been removed. These functions
  were declarations only and never had any implementation.
- "riscv_global_interrupts_enable()" and "riscv_global_interrupts_disable()" renamed to
  "rv_utils_intr_global_enable()" and "rv_utils_intr_global_disable()" respectively and now
  placed in rv_utils.h
2022-09-16 16:45:43 +08:00
..
cache_err_int.c cache: access error & illegal error ll functions 2022-05-23 15:00:47 +08:00
clk.c kconfig: refactor xtal freq kconfig to common configuration item 2022-08-05 19:12:29 +08:00
CMakeLists.txt esp32c2: fix gcov example build 2022-07-28 13:59:29 +02:00
Kconfig.cache kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
Kconfig.cpu soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
Kconfig.system system: move kconfig options out of target component 2022-03-02 01:22:26 +00:00
reset_reason.c esp_system: support esp32c2 reset reason 2022-02-15 13:50:22 +08:00
system_internal.c riscv: Remove redundant riscv_interrupts.h header 2022-09-16 16:45:43 +08:00