zephyr/drivers/can
Andrew Boie 26085d9570 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>
2019-03-09 10:07:44 -05:00
..
can_handlers.c drivers: can: fix multiple issues 2019-03-09 10:07:44 -05:00
CMakeLists.txt drivers: can: Add CAN driver support for STM32 2018-05-19 20:19:30 +02:00
Kconfig drivers: can: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig.stm32 drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
socket_can_generic.h can: Rename can_msg and can_msg_filter structs 2019-02-22 08:07:03 -05:00
stm32_can.c drivers: can: stm32_can: Fix shifting zero width or out of bounds 2019-03-03 23:57:25 -05:00
stm32_can.h drivers: can: stm32_can rework 2019-02-12 09:39:30 -05:00