2024-03-07 02:12:51 +08:00
|
|
|
# Copyright (c) 2024 Croxel, Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config UART_BT
|
|
|
|
bool "UART over NUS Bluetooth LE"
|
2024-03-26 04:08:36 +08:00
|
|
|
depends on BT_ZEPHYR_NUS
|
2024-03-07 02:12:51 +08:00
|
|
|
depends on DT_HAS_ZEPHYR_NUS_UART_ENABLED
|
|
|
|
select UART_INTERRUPT_DRIVEN
|
|
|
|
select RING_BUFFER
|
|
|
|
select EXPERIMENTAL
|
|
|
|
help
|
|
|
|
Enable the UART over NUS Bluetooth driver, which can be used to pipe
|
|
|
|
serial data over Bluetooth LE GATT using NUS (Nordic UART Service).
|