esp-idf/components/esp_system/test
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
..
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
test_backtrace.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
test_delay.c esp_common: move tests 2021-02-24 12:16:37 +08:00
test_ipc_isr.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
test_ipc_isr.S esp_ipc: Update documentation and API descriptions 2021-11-18 21:34:50 +08:00
test_ipc.c Merge branch 'bugfix/ipc_blocking' into 'master' 2022-03-31 13:28:39 +08:00
test_reset_reason.c riscv: Remove redundant riscv_interrupts.h header 2022-09-16 16:45:43 +08:00
test_sleep.c uart: move frequency of clock sources out of HAL 2022-08-15 18:55:43 +00:00
test_stack_check.c esp32: move stack check test 2021-03-31 19:13:03 +08:00
test_system_time.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00
test_task_wdt.c TWDT: the Kconfig option ESP_TASK_WDT_EN is now used to enable Task Watchdog 2022-09-15 14:37:59 +08:00