zephyr/drivers/can
David Leach b6a3dc8d71 drivers: can: mcux_flexcan: Update to support rt1170
The RT1170 platform adjusted the result parameter in the callback
function to be a uint64_t. The adjustment is to conditionally change
the callback definition and then cast the result value to a size that
fits the reported values across the various SOCs.

With error results, cast result to uint64_t and modified the called
function to print a uint64_t value.

With the RX/TX status, result is a MB value that doesn't exceed 64
so the result value is cast down to a uint32_t.

Fixes #37691

Signed-off-by: David Leach <david.leach@nxp.com>
2021-08-20 06:16:24 -04:00
..
CMakeLists.txt drivers: can: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.loopback drivers: can: loopback: Use thread to send frames. 2020-03-12 16:10:09 +02:00
Kconfig.mcan drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.mcp2515 drivers: can: mcp2515: Remove MCP2515 specifics 2021-01-10 16:06:47 -05:00
Kconfig.mcux drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.net
Kconfig.rcar drivers: can: Kconfig.rcar: Make options depend on its driver 2021-06-28 10:40:18 -05:00
Kconfig.stm32 drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.stm32fd drivers: can: Implement stm32fd driver 2021-05-07 12:36:10 -05:00
can_common.c drivers: can: Fix sample point calculation 2021-02-18 12:04:09 -05:00
can_handlers.c drivers: can: Fix compilation issue 2021-05-27 07:05:34 -05:00
can_loopback.c drivers: can: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
can_loopback.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
can_mcan.c drivers: can: mcan: Fix DBTP sjw register writes 2021-06-04 08:12:12 -05:00
can_mcan.h drivers: can: Implement stm32fd driver 2021-05-07 12:36:10 -05:00
can_mcan_int.h drivers: can: Implement Bosch M_CAN driver 2021-05-07 12:36:10 -05:00
can_mcp2515.c can: mcp2515: convert to spi_dt_spec 2021-08-03 13:58:39 +02:00
can_mcp2515.h can: mcp2515: convert to spi_dt_spec 2021-08-03 13:58:39 +02:00
can_mcux_flexcan.c drivers: can: mcux_flexcan: Update to support rt1170 2021-08-20 06:16:24 -04:00
can_net.c drivers: can: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
can_rcar.c drivers: can: Add Renesas R-Car driver 2021-06-07 12:06:21 +02:00
can_shell.c drivers: can: rework zcan_frame and zcan_filter 2020-12-17 11:07:53 +01:00
can_stm32.c drivers: can: stm32: fix typo in a comment 2021-08-05 16:11:11 +02:00
can_stm32.h drivers: can: Rework can_configure API 2020-12-17 11:07:53 +01:00
can_stm32fd.c drivers/pinmux: stm32: Move stm32 driver from stm32/ 2021-06-11 08:04:39 -05:00
can_stm32fd.h drivers/pinmux: stm32: Move stm32 driver from stm32/ 2021-06-11 08:04:39 -05:00
can_utils.h drivers: can: mcp2515: move filter_match function 2021-06-07 12:06:21 +02:00
socket_can_generic.h drivers: can: Fix building with socket_can_generic.h 2021-02-02 16:46:28 -05:00