zephyr/drivers/can
Alexander Wachter 8484855428 drivers: can: stm32_can: Fix shifting zero width or out of bounds
When attaching the filters in a way that the filter width dos not change
but the type, CAN_NO_FREE_FILTER was returned when the new filter is at
the end. Also shifting is not necessary when the start is already out
of bounds.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-03-03 23:57:25 -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
can_handlers.c drivers: can: Z_SYCALL_HANDLER should return int 2019-03-01 09:22:55 +01: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