zephyr/drivers/can
Alexander Wachter d864f5de5b net: l2: canbus: Add support for canbus Ethernet translator
This commit adds support for a 6LoCAN Ethernet border translator.
CAN frames with the translator CAN address are translated and forwarded
to Ethernet. Ethernet frames with the first 34 bits matching the MAC
address of the translator are translated and forwarded to 6LoCAN.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-08-08 13:25:01 +03:00
..
can_common.c
can_handlers.c
can_loopback.c
can_loopback.h
can_mcp2515.c
can_mcp2515.h
can_mcux_flexcan.c
can_net.c net: l2: canbus: Add support for canbus Ethernet translator 2019-08-08 13:25:01 +03:00
can_shell.c
can_stm32.c
can_stm32.h
CMakeLists.txt net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig.loopback
Kconfig.mcp2515
Kconfig.mcux
Kconfig.net net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig.stm32
socket_can_generic.h