zephyr/tests/drivers/can/stm32
Alexander Wachter b3b43b8921 drivers: can: Extend can_send with void *arg and pass it to the isr cb
This commit extends the CAN api can_send function by an argument
that is passed to the isr callback.
With this extension it is possible to distinguish between sent masseges
when they use the same callback.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2019-05-12 16:54:49 -04:00
..
src drivers: can: Extend can_send with void *arg and pass it to the isr cb 2019-05-12 16:54:49 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf drivers: can: stm32: Cleanup Kconfig enablement 2019-02-25 10:05:21 -06:00
testcase.yaml