zephyr/drivers/can
Vitaliy Livnov e6894ad576 drivers: can: sam0: fix clock configuration for SAM0 series
Fixed a bug where unconfigured clocks were connected to the can
interface in the device tree for SAM0, causing the interface to work
incorrectly. Fixed by adding the correct index when calling GENCTRL.
Also, the default divider has been reduced to 6 to allow setting
the bitrate to 500 kbps.

Tested on a canopennode sample on a board with an ATSAMC21E18A
microcontroller.

Signed-off-by: Vitaliy Livnov <vitaliy.livnov@devkit.agency>
2025-07-10 15:53:46 -05:00
..
transceiver
can_common.c drivers: can: common: mark unused function argument as such 2025-05-09 18:00:27 +02:00
can_esp32_twai.c
can_fake.c
can_handlers.c
can_kvaser_pci.c
can_loopback.c
can_max32.c drivers: can: Place device APIs in linker sections 2025-06-27 10:09:32 -05:00
can_mcan.c drivers: can: mcan: merge nested if-statements into one 2025-05-28 12:22:11 +02:00
can_mcp251xfd.c
can_mcp251xfd.h
can_mcp2515.c drivers: can: mcp2515: reformat files using clang-format 2025-06-02 13:29:17 +02:00
can_mcp2515.h drivers: can: mcp2515: reformat files using clang-format 2025-06-02 13:29:17 +02:00
can_mcux_flexcan.c drivers: can: mcux: flexcan: add mmio mapping support 2025-06-25 09:52:56 +02:00
can_mcux_mcan.c
can_native_linux_adapt.c
can_native_linux_adapt.h
can_native_linux.c
can_nrf.c drivers: can: update clock control to use nrf2_auxpll 2025-06-26 14:13:54 +02:00
can_numaker.c
can_nxp_s32_canxl.c
can_rcar.c drivers: can: rcar: merge nested if-statements into one 2025-05-28 11:18:23 +02:00
can_renesas_ra.c drivers: can: renesas: properly clear error flag 2025-06-24 20:05:09 -10:00
can_renesas_rz_canfd.c drivers: can: renesas: properly clear error flag 2025-06-24 20:05:09 -10:00
can_sam0.c drivers: can: sam0: fix clock configuration for SAM0 series 2025-07-10 15:53:46 -05:00
can_sam.c
can_shell.c
can_sja1000_priv.h
can_sja1000.c
can_stm32_bxcan.c
can_stm32_fdcan.c
can_stm32h7_fdcan.c
can_tcan4x5x.c
can_xmc4xxx.c
CMakeLists.txt drivers: can: Add max32xxx CAN driver 2025-06-16 14:13:59 -04:00
Kconfig drivers: can: Add max32xxx CAN driver 2025-06-16 14:13:59 -04:00
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.max32 drivers: can: Add max32xxx CAN driver 2025-06-16 14:13:59 -04:00
Kconfig.mcan
Kconfig.mcp251xfd
Kconfig.mcp2515
Kconfig.mcux
Kconfig.native_linux
Kconfig.nrf
Kconfig.numaker
Kconfig.nxp_s32
Kconfig.rcar
Kconfig.renesas_ra
Kconfig.renesas_rz drivers: can: Initial support for RZ/G3S 2025-05-09 17:59:38 +02:00
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.tcan4x5x
Kconfig.xmc4xxx