OpenCyphal-Garage / libcyphal

Portable reference implementation of the Cyphal protocol stack in C++ for embedded systems and Linux.
http://opencyphal.org
MIT License
282 stars 503 forks source link

Implementation of CAN Msg Rx Session #347

Closed serges147 closed 2 months ago

serges147 commented 2 months ago

Also:

thirtytwobits commented 2 months ago

I think my biggest sticking point here is CETL_NODISCARD. I was really hoping to avoid a macro on every single method in this code base.