CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS
Enable buffered tx contexts
Type: bool
Help
This option enables buffered sending contexts. This makes send and
forget possible. A memory slab is used to buffer the context.
Default
y
Kconfig definition
At <Zephyr>/subsys/canbus/isotp/Kconfig:118
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:11
→ <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_ENABLE_CONTEXT_BUFFERS
bool "Enable buffered tx contexts"
default y
depends on ISOTP
help
This option enables buffered sending contexts. This makes send and
forget possible. A memory slab is used to buffer the context.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)