:orphan: .. title:: CONFIG_CANOPENNODE_SDO_BUFFER_SIZE .. kconfig:: CONFIG_CANOPENNODE_SDO_BUFFER_SIZE CONFIG_CANOPENNODE_SDO_BUFFER_SIZE ################################## *CANopen SDO buffer size* *CANopen SDO buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the internal CANopen SDO buffer in bytes. Size must be at least equal to the size of the largest variable in the object dictionary. If data type is DOMAIN, data length is not limited to the SDO buffer size. If block transfer is implemented, value should be set to 889. Help ==== .. code-block:: none Size of the internal CANopen SDO buffer in bytes. Size must be at least equal to the size of the largest variable in the object dictionary. If data type is DOMAIN, data length is not limited to the SDO buffer size. If block transfer is implemented, value should be set to 889. Direct dependencies =================== \ :kconfig:`CANOPENNODE ` || (\ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32 - 32 Kconfig definitions =================== At ``/canopennode/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/modules/lib/canopennode) → CANopenNode support .. code-block:: kconfig config CANOPENNODE_SDO_BUFFER_SIZE int "CANopen SDO buffer size" range 7 889 default 32 depends on CANOPENNODE help Size of the internal CANopen SDO buffer in bytes. Size must be at least equal to the size of the largest variable in the object dictionary. If data type is DOMAIN, data length is not limited to the SDO buffer size. If block transfer is implemented, value should be set to 889. ---- At ``/canopennode/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig config CANOPENNODE_SDO_BUFFER_SIZE int "CANopen SDO buffer size" range 7 889 default 32 depends on CANOPENNODE && 0 help Size of the internal CANopen SDO buffer in bytes. Size must be at least equal to the size of the largest variable in the object dictionary. If data type is DOMAIN, data length is not limited to the SDO buffer size. If block transfer is implemented, value should be set to 889. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*