zephyr/drivers/can
Henrik Brix Andersen de656c1169 drivers: can: sam: do not select cache management
Do not select CONFIG_CACHE_MANAGEMENT in the Microchip SAM CAN driver
Kconfig but rather leave it up to the SoC/platform Kconfig to enable it as
needed and enable CACHE_MANAGEMENT by default for the Atmel SAM E70/V71 SoC
series.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2023-07-31 19:38:22 +00:00
..
transceiver
can_common.c
can_esp32_twai.c drivers: can: fix long lines 2023-07-25 18:12:33 +02:00
can_fake.c
can_handlers.c
can_kvaser_pci.c
can_loopback.c
can_mcan.c drivers: can: mcan: remove excessive debug on register access 2023-06-12 07:28:57 -04:00
can_mcp2515.c drivers: can: mcp2515: set thread name 2023-06-02 09:43:16 +02:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: add kconfig CAN_MAX_MB 2023-07-27 11:06:45 -05: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
can_rcar.c
can_sam.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_sam0.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_shell.c
can_sja1000_priv.h
can_sja1000.c
can_stm32.c
can_stm32.h
can_stm32fd.c drivers: can: mcan: move header file to public includes 2023-06-01 18:04:42 -04:00
can_stm32h7.c drivers: can: stm32h7: fix message RAM address calculations 2023-07-31 10:09:47 +02:00
CMakeLists.txt drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
Kconfig drivers: can: increase default initialization priority from 50 to 80 2023-06-01 19:03:12 -04: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
Kconfig.rcar
Kconfig.sam drivers: can: sam: do not select cache management 2023-07-31 19:38:22 +00:00
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.stm32fd
Kconfig.stm32h7