The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SHELL_RTT_RX_POLL_PERIOD

RX polling period (in milliseconds)

Type: int

Help

Determines how often RTT is polled for RX byte.

Direct dependencies

SHELL_BACKEND_RTT && SHELL_BACKENDS && SHELL

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

At subsys/shell/Kconfig.backends:139

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:45subsys/shell/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable RTT backend

config SHELL_RTT_RX_POLL_PERIOD
    int "RX polling period (in milliseconds)"
    default 10
    depends on SHELL_BACKEND_RTT && SHELL_BACKENDS && SHELL
    help
      Determines how often RTT is polled for RX byte.

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