zephyr/drivers/can
Henrik Brix Andersen 8746b2cb33 drivers: can: Update drivers to use devicetree Kconfig symbol
Update CAN drivers to use DT_HAS_<compat>_ENABLED Kconfig symbol to expose
the driver and enable it by default based on devicetree.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-07-21 06:02:28 -05:00
..
transceiver
CMakeLists.txt drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
Kconfig drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
Kconfig.loopback drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.mcan
Kconfig.mcp2515 drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.mcux drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.rcar drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.sam drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.stm32 drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.stm32fd drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.stm32h7 drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
can_common.c
can_handlers.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_loopback.c drivers: can: loopback: add CAN-FD loopback support 2022-07-18 18:43:36 +02:00
can_mcan.c drivers: can: mcan: acknowledge all received frames 2022-07-18 13:24:54 +00:00
can_mcan.h drivers: can: mcan: increase maximum supported bitrate 2022-07-18 14:30:47 +00:00
can_mcan_priv.h
can_mcp2515.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: mcux: flexcan: fix handling of RTR frames 2022-07-18 13:24:54 +00:00
can_mcux_mcan.c drivers: can: mcux: mcan: add pinctrl support 2022-07-13 18:10:52 +02:00
can_rcar.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_sam.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_shell.c drivers: can: shell: add support for setting triple sampling mode 2022-07-13 19:06:59 +02:00
can_stm32.c drivers: can: stm32: list one-shot capability 2022-07-13 15:51:39 +02:00
can_stm32.h drivers: can: stm32: switch to supporting CAN_MODE_ONE_SHOT 2022-07-13 10:13:42 +02:00
can_stm32fd.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_stm32h7.c drivers: can: add API for getting supported capabilities 2022-07-13 10:13:56 +02:00
can_utils.h