1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
Mark Burton e120b9dc14 Add status return to can.send() and underlying platform_can_send() functions.
Now, can.send() returns a boolean result to indicate whether the message
was successfully sent or not. The various platform functions differ in how
they handled the situation where all CAN transmitters are occupied. In
particular, the STM32x and STR9 implementations ignored the status returns
from the underlying libraries and so if all the CAN transmitters were busy,
the latest message simply got thrown away. Now, can.send() returns true/false
to indicate if the message really did get queued for transmission. All
platforms should behave the same as before.
2014-01-25 19:29:33 +00:00
..
2013-05-25 14:43:23 +03:00
2011-07-28 17:53:10 +02:00
2013-05-18 22:09:02 +03:00
2012-03-15 09:20:57 +01:00