zephyr/drivers/can
Alexander Wachter 39cb4b4167 drivers: can: Fix Issue #8226
This commit is a fix for Issue #8226
- Error flags are assigned to the correct mailbox now.
- set_filter_mutex is moved from can_stm32_attach to the wrappers
  can_stm32_attach_isr and can_stm32_attach_msgq. This protects
  response_type variable.
- Waiting for empty mailbox semaphore return value
  is checked for none zero values to check all error states.
- The mailbox tx_int_sem is reset before the sending is triggered.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2018-08-15 08:23:02 -05:00
..
CMakeLists.txt drivers: can: Add CAN driver support for STM32 2018-05-19 20:19:30 +02:00
Kconfig drivers: can: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 drivers: can: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
can_handlers.c
stm32_can.c drivers: can: Fix Issue #8226 2018-08-15 08:23:02 -05:00
stm32_can.h drivers: can: Move bit timing and clock to device tree 2018-06-01 12:59:42 -05:00