CONFIG_ISOTP_USE_TX_BUF

Buffer tx writes

Type: bool

Help

Copy the outgoing data to a net buffer so that the calling function
can discard the data.

Direct dependencies

ISOTP

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Zephyr Subsystem>/canbus/isotp/Kconfig:91

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:11<Zephyr Subsystem>/canbus/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL]

config ISOTP_USE_TX_BUF
    bool "Buffer tx writes"
    default n
    depends on ISOTP
    help
      Copy the outgoing data to a net buffer so that the calling function
      can discard the data.

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