zephyr/drivers/sensor/icm42605
Mikkel Jakobsen 0c6cf9a84e drivers: sensor: icm42605: fix arg passing bug in trigger thread
the device data struct pointer is passed to the thread function when
creating the thread, but the thread function did a int-to-pointer cast
which did not work as intended, causing exception during runtime.

now, we just pass the pointer directly without casting, which is the
pattern seen in other sensor drivers.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@escolifesciences.com>
2022-03-16 08:58:06 -05:00
..
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
icm42605.c drivers: sensor: icm42605: convert to usinggpio_dt_spec 2022-03-16 08:58:06 -05:00
icm42605.h drivers: sensor: icm42605: convert to usinggpio_dt_spec 2022-03-16 08:58:06 -05:00
icm42605_reg.h
icm42605_setup.c drivers: sensor: icm42605: convert to spi_dt_spec 2021-12-09 10:20:41 -06:00
icm42605_setup.h drivers: sensor: icm42605: Fix build issues 2021-02-10 18:21:20 -05:00
icm42605_spi.c drivers: sensor: icm42605: convert to spi_dt_spec 2021-12-09 10:20:41 -06:00
icm42605_spi.h drivers: sensor: icm42605: convert to spi_dt_spec 2021-12-09 10:20:41 -06:00
icm42605_trigger.c drivers: sensor: icm42605: fix arg passing bug in trigger thread 2022-03-16 08:58:06 -05:00
Kconfig drivers: sensor: icm42605: fix default kconfig issues 2022-03-07 16:23:36 -06:00