ce373902ee
sys/can: migrate to ztimer
2022-01-10 12:21:40 +01:00
Jan Romann
4384795cb9
treewide: Remove excessive newlines
2021-08-13 19:50:38 +02:00
Bas Stottelaar
1b35d06a51
sys/*: realign ENABLE_DEBUG
2020-10-23 11:27:48 +02:00
Bas Stottelaar
80d9da90df
sys/*: add missing include of assert.h
2020-10-22 11:13:09 +02:00
Vincent Dupont
98c39d5104
can: add proper checks for ifnum validity
...
Most functions were using asserts, but in some cases it might not be a
programmatic error to pass an invalid ifnum. This makes sure the code
does not crash by testing it at runtim and returning an error.
2020-09-30 12:59:02 +02:00
Wouter Symons
ae947d5c81
sys/can/conn: Fixup unused code
2020-02-07 13:35:25 +01:00
benpicco
66ce29d94c
Merge pull request #12051 from OTAkeys/fix/isotp
...
can/isotp: fix closing connection and improve flow control handling
2019-09-12 23:01:58 +02:00
Vincent Dupont
d3fac6f5ac
can/conn: use non-blocking function from timer interupts
2019-09-10 13:04:52 +02:00
Vincent Dupont
af66fe101d
can/isotp: allow changing FC options at runtime
2019-08-21 11:16:56 +02:00
d8051a2d73
sys/can: DEBUG fixes
2018-01-15 14:37:05 +01:00
Vincent Dupont
fb393905dd
can: fix fall through error
2018-01-08 18:07:31 +01:00
Vincent Dupont
d251456585
conn_can_raw: fix xtimer removal
2017-10-11 09:51:28 +02:00
268c6b647e
drivers/can: fix doxygen documentation + typo
2017-07-03 20:43:51 +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