Added initial support and created the corresponding device tree part for building PSoC6 SoC as part of Zephyr. Signed-off-by: Nazar Chornenkyy <nazar.chornenkyy@cypress.com> Signed-off-by: Oleg Kapshii <oleg.kapshii@cypress.com>
10 lines
130 B
CMake
10 lines
130 B
CMake
#
|
|
# Copyright (c) 2018, Cypress
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_include_directories(.)
|
|
zephyr_sources(
|
|
soc.c
|
|
)
|