zephyr/drivers/can
Cong Nguyen Huu d167d3a29a driver: can: add new filter to match CAN-FD frames
Add support FD frame filter to configure type frame for
each Rx msg to receive corresponding frames (classic, FD frames).

The Bosch M_CAN driver does not support FD frame filter,
so inmplement driver to handle it in software.

Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
2023-01-04 08:18:13 -06:00
..
transceiver drivers: can: transceiver: Update drivers to use dts Kconfig symbol 2022-09-08 15:30:23 +00:00
can_common.c drivers: can: provide default callback to can_send() if NULL 2022-09-23 17:25:01 +00:00
can_esp32_twai.c drivers: can: esp32_twai: add support for newer MCUs 2022-10-14 09:55:09 +02:00
can_fake.c drivers: can: make the fake CAN driver generally available 2022-11-02 08:19:33 -07:00
can_handlers.c drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_kvaser_pci.c drivers: can: kvaser_pci: Convert to use dynamic BDF lookup 2022-11-16 11:18:43 +01:00
can_loopback.c driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
can_mcan.c driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
can_mcan.h driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
can_mcan_priv.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
can_mcp2515.c drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
can_mcp2515.h drivers: can: mcp2515: abort transfers before entering configuration mode 2022-09-23 17:25:01 +00:00
can_mcux_flexcan.c mcux: flexcan: fixes the race condition 2023-01-03 11:01:31 +01:00
can_mcux_mcan.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
can_native_posix_linux.c driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
can_native_posix_linux_socketcan.c drivers: can: npl: ensure CANFD_FDF flag is defined 2022-10-17 17:04:16 +02:00
can_native_posix_linux_socketcan.h drivers: can: native_posix_linux: initial implementation 2022-09-09 10:08:59 +02:00
can_rcar.c drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_sam.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
can_shell.c drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_sja1000.c drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_sja1000.h drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_sja1000_priv.h drivers: can: add NXP SJA1000 common driver backend 2022-07-30 17:32:04 +01:00
can_stm32.c drivers: can: use flags fields for can_frame and can_filter structs 2022-10-25 16:32:10 +02:00
can_stm32.h drivers: can: stm32: abort transfers after entering init mode 2022-09-23 17:25:01 +00:00
can_stm32fd.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
can_stm32h7.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
can_utils.h driver: can: add new filter to match CAN-FD frames 2023-01-04 08:18:13 -06:00
CMakeLists.txt drivers: can: make the fake CAN driver generally available 2022-11-02 08:19:33 -07:00
Kconfig drivers: can: make the fake CAN driver generally available 2022-11-02 08:19:33 -07:00
Kconfig.esp32 drivers: can: add ESP32 TWAI CAN controller driver 2022-07-30 17:32:04 +01:00
Kconfig.fake drivers: can: make the fake CAN driver generally available 2022-11-02 08:19:33 -07:00
Kconfig.kvaser drivers: can: add driver for the Kvaser PCIcan CAN controller PCI card 2022-11-01 15:22:31 -04:00
Kconfig.loopback drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.mcan kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.mcp2515 drivers: can: Move to using select in Kconfig for SPI bus 2022-08-12 11:34:31 +02:00
Kconfig.mcux drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.native_posix_linux drivers: can: native_posix_linux: initial implementation 2022-09-09 10:08:59 +02:00
Kconfig.rcar drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00
Kconfig.sam drivers: can: sam: select CACHE_MANAGEMENT for SAM M_CAN 2022-11-08 15:41:10 -05:00
Kconfig.sja1000 drivers: can: add NXP SJA1000 common driver backend 2022-07-30 17:32:04 +01:00
Kconfig.stm32 drivers: can: stm32: rework filter handling 2022-08-03 05:02:09 +01:00
Kconfig.stm32fd drivers/can: move STM32FD clock divider configuration to dts 2022-09-05 14:44:45 +00:00
Kconfig.stm32h7 drivers: can: Update drivers to use devicetree Kconfig symbol 2022-07-21 06:02:28 -05:00