CONFIG_CANOPENNODE_LEDS¶
CANopen LED indicators
CANopen LED indicators
Type: bool
Help¶
Enable support for CANopen LED indicators according to the CiA
303-3 specification.
Help¶
Enable support for CANopen LED indicators according to the CiA
303-3 specification.
Direct dependencies¶
CANOPENNODE || (CANOPENNODE && 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <External Modules>/canopennode/Kconfig:63
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:8
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/modules/lib/canopennode) → CANopenNode support
config CANOPENNODE_LEDS
    bool "CANopen LED indicators"
    default y
    depends on CANOPENNODE
    help
      Enable support for CANopen LED indicators according to the CiA
      303-3 specification.
At <External Modules>/canopennode/Kconfig:63
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/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.)