The latest development version of this page may be more current than this released 2.7.5 version.

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

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:11subsys/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.)