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>
12 lines
312 B
YAML
12 lines
312 B
YAML
sample:
|
|
description: A simple application that demonstrates the
|
|
use of the logging ble backend.
|
|
name: logger backend ble
|
|
tests:
|
|
sample.logging.ble_backend.nrf52833:
|
|
harness: bluetooth
|
|
platform_allow: qemu_cortex_m3 qemu_x86
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
tags: bluetooth
|