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>/subsys/canbus/isotp/Kconfig:89

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:10<Zephyr>/subsys/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.)