blob: 87b31d7d8a11e953e0b8fdd50cfeb8db69e90b80 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(i2s_echo)
target_sources(app PRIVATE src/main.c src/codec.c)