zephyr/drivers/can
Max van Kessel efaf4a6b34 drivers: can: stm32: fix typo in phy dt assignment
To attach the correct phy, the instance must be givin instead of the id.

Signed-off-by: Max van Kessel <max_van_kessel@msn.com>
2023-08-31 09:59:36 -04:00
..
transceiver drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
can_common.c drivers: can: common: document sample point calculation function 2023-03-27 09:50:24 +02:00
can_esp32_twai.c drivers: can: fix long lines 2023-07-25 18:12:33 +02:00
can_fake.c device: remove redundant init functions 2023-04-19 10:00:25 +02:00
can_handlers.c
can_kvaser_pci.c
can_loopback.c
can_mcan.c drivers: can: mcan: fix format string warning 2023-08-28 08:23:37 +01:00
can_mcp2515.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: mcux: flexcan: can_set_mode supports can_mode_3_samples 2023-08-15 10:11:32 -07:00
can_mcux_mcan.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_native_posix_linux_socketcan.c
can_native_posix_linux_socketcan.h
can_native_posix_linux.c
can_nxp_s32_canxl.c drivers: can: support NXP S32 CANEXCEL 2023-04-29 12:23:40 +02:00
can_rcar.c drivers: can: Fix R-Car driver can_stop behavior 2023-05-24 19:43:45 -04:00
can_sam0.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_sam.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_shell.c drivers: can: shell: add debug log for calculated timing parameters 2023-03-20 09:53:14 +01:00
can_sja1000_priv.h
can_sja1000.c
can_stm32_bxcan.c drivers: can: stm32: fix typo in phy dt assignment 2023-08-31 09:59:36 -04:00
can_stm32_fdcan.c drivers: can: stm32: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00
can_stm32h7_fdcan.c drivers: can: stm32h7: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00
CMakeLists.txt drivers: can: stm32h7: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00
Kconfig drivers: can: stm32h7: fdcan: fold Kconfig file into stm32 Kconfig file 2023-08-16 13:03:00 +02:00
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp2515 drivers: can: mcp2515: increase default stack size 2023-06-02 09:43:16 +02:00
Kconfig.mcux drivers: can: add kconfig CAN_MAX_MB 2023-07-27 11:06:45 -05:00
Kconfig.native_posix_linux
Kconfig.nxp_s32 drivers: can: support NXP S32 CANEXCEL 2023-04-29 12:23:40 +02:00
Kconfig.rcar
Kconfig.sam drivers: can: sam: do not select cache management 2023-07-31 19:38:22 +00:00
Kconfig.sam0 sam: can: CAN driver for SAM0 socs 2023-05-22 08:03:58 +00:00
Kconfig.sja1000
Kconfig.stm32 drivers: can: stm32h7: fdcan: rename driver to match reference manuals 2023-08-16 13:03:00 +02:00