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

CONFIG_CANOPENNODE_PROGRAM_DOWNLOAD

CANopen program download

Type: bool

Help

Enable support for program download over CANopen according
to the CiA 302-3 (draft) specification.

Direct dependencies

BOOTLOADER_MCUBOOT && CANOPENNODE && 0

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At modules/canopennode/Kconfig:103

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

Menu path: (Top) → Modules → CANopenNode support

config CANOPENNODE_PROGRAM_DOWNLOAD
    bool "CANopen program download"
    default y
    select IMG_MANAGER
    depends on BOOTLOADER_MCUBOOT && CANOPENNODE && 0
    help
      Enable support for program download over CANopen according
      to the CiA 302-3 (draft) specification.

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