zephyr/drivers/can
Alexander Wachter 3febaad1d6 can: Add RX timestamp to zcan_frame
This commit introduces a timestamp for received CAN frames.
The timestamp is optional and can be activated via Kconfig.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-08-06 16:39:35 +03:00
..
can_common.c
can_handlers.c
can_loopback.c
can_loopback.h
can_mcp2515.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
can_mcp2515.h
can_mcux_flexcan.c cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
can_shell.c drivers: can: Add CAN shell 2019-07-29 10:27:54 +03:00
can_stm32.c drivers: can: stm32 Add error message for buffer overflow 2019-07-02 18:57:23 -04:00
can_stm32.h drivers: can: stm32: Remove STM CAN_Init 2019-07-02 18:57:23 -04:00
CMakeLists.txt drivers: can: Add CAN shell 2019-07-29 10:27:54 +03:00
Kconfig can: Add RX timestamp to zcan_frame 2019-08-06 16:39:35 +03:00
Kconfig.loopback
Kconfig.mcp2515
Kconfig.mcux
Kconfig.stm32 drivers: can: stm32: Update enable driver help message 2019-07-02 18:57:23 -04:00
socket_can_generic.h