zephyr/subsys/net/l2/canbus
Alexander Wachter 05275ecf6e drivers: can: rework zcan_frame and zcan_filter
Reordering of the struct elements to match the Linux format.
The __packed() is not necessary anymore.
std_id and ext_id is merged to id in the frame and filter.
Additionally, the frames are ready for CAN-FD.

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2020-12-17 11:07:53 +01:00
..
6locan.c drivers: can: rework zcan_frame and zcan_filter 2020-12-17 11:07:53 +01:00
CMakeLists.txt
Kconfig
canbus_internal.h
canbus_raw.c