CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT
Amount of context buffers for sending data
Type: int
Help
This defines the size of the memory slab where the buffers are
allocated from.
Direct dependencies
ISOTP_ENABLE_CONTEXT_BUFFERS
&& ISOTP
(Includes any dependencies from ifs and menus.)
Default
4
Kconfig definition
At <Zephyr>/subsys/canbus/isotp/Kconfig:125
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] → Enable buffered tx contexts
config ISOTP_TX_CONTEXT_BUF_COUNT
int "Amount of context buffers for sending data"
default 4
depends on ISOTP_ENABLE_CONTEXT_BUFFERS && ISOTP
help
This defines the size of the memory slab where the buffers are
allocated from.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)