zephyr/drivers/can
Alexander Wachter 75f3e17b45 drivers: can: Add CAN shell
Implement a CAN shell. With this shell you can send messages,
attach and tetach filters.
Messages that match the attached filters are printed to the shell.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-07-29 10:27:54 +03:00
..
can_common.c cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
can_handlers.c cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
can_loopback.c cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
can_loopback.h cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
can_mcp2515.c cleanup: include/: move spi.h to drivers/spi.h 2019-06-27 22:55:49 -04:00
can_mcp2515.h cleanup: include/: move can.h to drivers/can.h 2019-06-27 22:55:49 -04:00
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 drivers: can: Add CAN shell 2019-07-29 10:27:54 +03:00
Kconfig.loopback drivers: can: Add loopback driver 2019-05-12 16:54:49 -04:00
Kconfig.mcp2515 doc: fix Kconfig misspellings 2019-06-18 15:07:52 -04:00
Kconfig.mcux drivers: can: add support for the NXP Kinetis FlexCAN controller 2019-06-24 14:33:46 -05:00
Kconfig.stm32 drivers: can: stm32: Update enable driver help message 2019-07-02 18:57:23 -04:00
socket_can_generic.h net: sockets: can: Close the socket cleanly 2019-06-18 17:58:00 +03:00