CONFIG_CANOPENNODE_STORAGE¶
CANopen object dictionary storage
CANopen object dictionary storage
Type: bool
Help¶
Enable support for storing the CANopen object dictionary to
non-volatile storage.
Help¶
Enable support for storing the CANopen object dictionary to
non-volatile storage.
Direct dependencies¶
(SETTINGS
&& CANOPENNODE
) || (SETTINGS
&& CANOPENNODE
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <External Modules>/canopennode/Kconfig:48
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_STORAGE
bool "CANopen object dictionary storage"
default y
depends on SETTINGS && CANOPENNODE
help
Enable support for storing the CANopen object dictionary to
non-volatile storage.
At <External Modules>/canopennode/Kconfig:48
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:74
Menu path: (Top) → Modules → CANopenNode support
config CANOPENNODE_STORAGE
bool "CANopen object dictionary storage"
default y
depends on SETTINGS && CANOPENNODE && 0
help
Enable support for storing the CANopen object dictionary to
non-volatile storage.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)