Ports the ae350 SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
10 lines
132 B
CMake
10 lines
132 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(.)
|
|
|
|
zephyr_sources(
|
|
soc_irq.S
|
|
soc_common_irq.c
|
|
vector.S
|
|
)
|