CONFIG_CANOPEN_STORAGE_HANDLER_ERASES_EEPROM

Erase CANopen object dictionary EEPROM entries in storage handler

Type: bool

Help

Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1.

Direct dependencies

CANOPEN_STORAGE && CANOPEN

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/canbus/canopen/Kconfig:60

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

Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support → CANopen object dictionary storage

config CANOPEN_STORAGE_HANDLER_ERASES_EEPROM
    bool "Erase CANopen object dictionary EEPROM entries in storage handler"
    depends on CANOPEN_STORAGE && CANOPEN
    help
      Erase CANopen object dictionary EEPROM entries upon write to
      object dictionary index 0x1011 subindex 1.

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