rt-thread/components/drivers/can
gbcwbz 84fe80fbf9 [DeviceDriver] Fix can infinite loop when can driver send error
- in _can_int_tx if can driver sendmsg do not return RT_EOK,
   it will repeat until sendmsg return RT_EOK
 - if error occur on can bus(wire broken or EMI), all threads that
   have lower priority will not be executed
 - we should let application layer to determine if resend is appropriate
   when send fail, besides in data link layer, can already implemented
   auto resend in hardware
2022-08-13 23:07:43 -04:00
..
SConscript Add SConscript for can 2015-05-15 08:00:14 +08:00
can.c [DeviceDriver] Fix can infinite loop when can driver send error 2022-08-13 23:07:43 -04:00
readme-zh.txt Add can driver doc 2015-05-15 11:34:43 +08:00