* 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> |
||
---|---|---|
.. | ||
can_handlers.c | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.stm32 | ||
socket_can_generic.h | ||
stm32_can.c | ||
stm32_can.h |