f72d5577f9
This commit provides a sample dummy application demonstrating the usage of the added dynamic Tx power control over the HCI commands and HCI interfaces. Signed-off-by: Andrei Stoica <stoica.razvan.andrei@gmail.com>
8 lines
211 B
CMake
8 lines
211 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
cmake_minimum_required(VERSION 3.13.1)
|
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(hci_pwr_ctrl)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|