Add a new test for k_busy_wait and cpu_hold Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com> Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
9 lines
191 B
CMake
9 lines
191 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cmake_minimum_required(VERSION 3.13.1)
|
|
|
|
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|
project(cpu_wait)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|