Added a new logger backend to recieve data over a BLE notification characteristic. The characteristic is based on the UUID from the Nordic connect SDK service NUS, which allows to have a UART shell over BLE. The idea behind this, is that this logger can be used directly with the NRF apps or any other BLE UART terminal app. Signed-off-by: Victor Chavez <chavez-bermudez@fh-aachen.de>
22 lines
468 B
Plaintext
22 lines
468 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Backends"
|
|
|
|
rsource "Kconfig.adsp"
|
|
rsource "Kconfig.adsp_hda"
|
|
rsource "Kconfig.adsp_mtrace"
|
|
rsource "Kconfig.ble"
|
|
rsource "Kconfig.efi_console"
|
|
rsource "Kconfig.fs"
|
|
rsource "Kconfig.native_posix"
|
|
rsource "Kconfig.net"
|
|
rsource "Kconfig.rtt"
|
|
rsource "Kconfig.spinel"
|
|
rsource "Kconfig.swo"
|
|
rsource "Kconfig.uart"
|
|
rsource "Kconfig.xtensa_sim"
|
|
rsource "Kconfig.multidomain"
|
|
|
|
endmenu
|