CONFIG_BSD_LIBRARY_TRACE_ENABLED

Enable proprietary traces over UART

Type: bool

Direct dependencies

BSD_LIBRARY

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/lib/bsdlib/Kconfig:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:26<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → Nordic nRF Connect → Libraries → BSD Library for nrf91 → Use BSD Socket library for IP/TLS/DTLS

config BSD_LIBRARY_TRACE_ENABLED
    bool "Enable proprietary traces over UART"
    select NRFX_UARTE1
    depends on BSD_LIBRARY

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)