zephyr/subsys/canbus/isotp
Martin Jäger f5496147b5 canbus: isotp: allow frames with padding
ISO 15765-2 specifies that the CAN frame length for single frames and
the last consecutive frame may or may not be optimized to the actual
length of the PDU payload. The ISO-TP implementation should only
consider the information from the N_PCI section.

The previous implementation did not allow padding. With this commit,
padding is allowed by default and can even be required to be more
compliant to AUTOSAR standards.

Signed-off-by: Martin Jäger <martin@libre.solar>
2021-04-06 16:44:34 -04:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
isotp.c canbus: isotp: allow frames with padding 2021-04-06 16:44:34 -04:00
isotp_internal.h canbus: Convert canbus driver and subsys to new timeout API 2020-05-06 10:19:13 +02:00
Kconfig canbus: isotp: allow frames with padding 2021-04-06 16:44:34 -04:00