zephyr/soc/riscv/esp32c3/CMakeLists.txt
Felipe Neves b97c2da2f2 interrupt_controller: intc_esp32c3: added intc driver
For esp32c3 and replaces the hardcoded interrupt
attaching procedures with this new driver.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
2021-10-02 14:33:24 -04:00

9 lines
112 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
idle.c
vectors.S
soc_irq.S
soc_irq.c
soc.c
)