CONFIG_NRF_TRACE_PORT
Enable nRF TPIU
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.
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
) || (!SOC_SERIES_NRF51X
&& SOC_FAMILY_NRF
)
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definitions
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:122
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
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.
At <Zephyr>/soc/arm/nordic_nrf/Kconfig:122
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/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.)