For esp32c3 and replaces the hardcoded interrupt attaching procedures with this new driver. Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
9 lines
112 B
CMake
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
|
|
)
|