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

CONFIG_CANOPENNODE_LEDS

CANopen LED indicators

Type: bool

Help

Enable support for CANopen LED indicators according to the CiA
303-3 specification.

Direct dependencies

CANOPENNODE && 0

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At modules/canopennode/Kconfig:63

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → CANopenNode support

config CANOPENNODE_LEDS
    bool "CANopen LED indicators"
    default y
    depends on CANOPENNODE && 0
    help
      Enable support for CANopen LED indicators according to the CiA
      303-3 specification.

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