blob: a15271cba3c59eb99ae8c228703bc12a68b933e0 [file] [log] [blame]
# Copyright (c) 2024 Croxel, Inc.
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_include_directories(.)
zephyr_library_sources(
nus.c
nus_inst.c
)
zephyr_library_sources_ifdef(CONFIG_BT_NUS_AUTO_START_BLUETOOTH
bt_nus_auto_start_bt.c
)