Vincent Dupont
b4d68e320d
can/device: wake up device before getting/setting filters
2017-10-23 16:53:05 +02:00
52d08ca565
Merge pull request #7714 from OTAkeys/pr/conn_can_raw_fix
...
conn_can: fix conn_can_raw_send and improve doc
2017-10-13 12:09:40 +02:00
Vincent Dupont
4e832a7d7e
can/device: improve bus-off management
2017-10-11 10:01:33 +02:00
Vincent Dupont
d251456585
conn_can_raw: fix xtimer removal
2017-10-11 09:51:28 +02:00
035d266d49
makefile: indentation cleanup
2017-09-22 12:00:47 +02:00
268c6b647e
drivers/can: fix doxygen documentation + typo
2017-07-03 20:43:51 +02:00
Vincent Dupont
029a127eb3
can: add transceiver support in CAN stack
2017-06-19 15:36:20 +02:00
Vincent Dupont
ab5f8548f2
can: add conn_can top layer interface
...
This module provide support for raw can and isotp
socket-like user interface.
2017-06-19 15:36:20 +02:00
Vincent Dupont
63ca443b05
can: add ISO-TP support
...
ISO-TP is ISO15765 transport protocol over CAN.
Upper interface is located in sys/include/can/isotp.h.
2017-06-19 15:36:20 +02:00
Vincent Dupont
5469ba1d49
can: add CAN stack
...
The CAN stack support only raw CAN at this time.
It contains a device interface (drivers/include/can/candev.h) and the data link
layer, build around can/device.c can/pkt.c and can/router.c. can/dll.c contains
the upper level and lower level interface to send and receive CAN frames.
Upper layer interface is located in include/can/raw.h
2017-06-19 15:35:26 +02:00