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

CANopen program download

Type: bool

Help

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

Direct dependencies

BOOTLOADER_MCUBOOT && CANOPEN

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At subsys/canbus/canopen/Kconfig:107

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:44subsys/canbus/Kconfig:8

Menu path: (Top) → Controller Area Network (CAN) bus subsystem → CANopen protocol support

config CANOPEN_PROGRAM_DOWNLOAD
    bool "CANopen program download"
    default y
    select IMG_MANAGER
    depends on BOOTLOADER_MCUBOOT && CANOPEN
    help
      Enable support for program download over CANopen according
      to the CiA 303-2 (draft) specification.

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