:orphan: .. title:: CANOPEN_TRACE_BUFFER_SIZE .. option:: CONFIG_CANOPEN_TRACE_BUFFER_SIZE *CANopen trace buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the CANopen trace buffer in bytes. Direct dependencies =================== \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/canbus/canopen/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:11`` → ``/canbus/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support .. code-block:: kconfig config CANOPEN_TRACE_BUFFER_SIZE int "CANopen trace buffer size" default 100 depends on CANOPEN help Size of the CANopen trace buffer in bytes. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*