The Packet Trace Interface is a debug interface that emits TX and RX packet data over a serial connection in real time. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
# Copyright (c) 2025 Silicon Laboratories Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DEBUG_SILABS_PTI
|
|
bool "Silicon Labs Packet Trace Interface"
|
|
default y
|
|
depends on DT_HAS_SILABS_PTI_ENABLED
|
|
depends on PINCTRL
|
|
depends on SOC_GECKO_USE_RAIL
|
|
help
|
|
Enable the Packet Trace Interface, providing a mechanism for viewing
|
|
transmitted and received radio packets for network sniffing or debugging.
|