Refactor the test following latest changes on the regulator API. The test has now a single case that tests all the features of the driver at once. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
9 lines
242 B
CMake
9 lines
242 B
CMake
# Copyright 2020 Peter Bigot Consulting, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cmake_minimum_required(VERSION 3.20.0)
|
|
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|
project(regulator_fixed)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|