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

CONFIG_MAX_TIMER_COUNT

Maximum timer count in POSIX application

Type: int

Help

Mention maximum number of timers in POSIX compliant application.

Default

  • 5

Kconfig definition

At lib/posix/Kconfig:52

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:12

Menu path: (Top) → Additional libraries

config MAX_TIMER_COUNT
    int "Maximum timer count in POSIX application"
    range 0 255
    default 5
    help
      Mention maximum number of timers in POSIX compliant application.

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