commit | 26085d9570e94f2793506f49caafbce4801af0b2 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Mar 08 10:14:57 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Mar 09 10:07:44 2019 -0500 |
tree | 176d28e3f167f514e3154c2673babdd5273e638c | |
parent | 319d8c7e2a8e4fda4b102a12e672de8d58df42ea [diff] |
drivers: can: fix multiple issues * Registration of interrupt context callbacks from user mode is forbidden. - Remove can_attach_isr() as a system call - Enforce that can_send() has a NULL callback parameter * k_msgq are kernel objects that do not live in user memory. Fix the checks for it in can_attach_msgq(). * CAN API documentation was with the API struct typedefs and not the actual APIs. Moved. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>