2024-03-03 02:02:45 +08:00
|
|
|
# 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
|
|
|
|
)
|
2024-03-07 02:17:38 +08:00
|
|
|
|
2024-03-26 04:08:36 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_BT_ZEPHYR_NUS_AUTO_START_BLUETOOTH
|
2024-03-07 02:17:38 +08:00
|
|
|
bt_nus_auto_start_bt.c
|
|
|
|
)
|