CONFIG_NRF_TRACE_PORT
Enable nRF TPIU
Type: bool
Help
Enable this option to initialize the TPIU (Trace Port Interface
Unit) for tracing using a hardware probe. If disabled, the trace
pins will be used as GPIO.
Direct dependencies
!SOC_SERIES_NRF51X
&& SOC_FAMILY_NRF
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <SoC>/arm/nordic_nrf/Kconfig:122
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration
config NRF_TRACE_PORT
bool "Enable nRF TPIU"
depends on !SOC_SERIES_NRF51X && SOC_FAMILY_NRF
help
Enable this option to initialize the TPIU (Trace Port Interface
Unit) for tracing using a hardware probe. If disabled, the trace
pins will be used as GPIO.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)