zephyr/drivers/can
Cong Nguyen Huu a3fb2dcc2f drivers: can: add kconfig CAN_MAX_MB
Each CAN instance of S32K344 has different maximum number
of message buffers, depends on payload. Add kconfig that
defines maximum number of message buffers for concurrent
active instances and update driver to compatible
support S32k344.

Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
2023-07-27 11:06:45 -05:00
..
transceiver
can_common.c
can_esp32_twai.c
can_fake.c
can_handlers.c
can_kvaser_pci.c
can_loopback.c
can_mcan.c
can_mcp2515.c
can_mcp2515.h
can_mcux_flexcan.c
can_mcux_mcan.c
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_sam0.c
can_sam.c
can_shell.c
can_sja1000_priv.h
can_sja1000.c
can_stm32.c
can_stm32.h
can_stm32fd.c
can_stm32h7.c
CMakeLists.txt
Kconfig
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp2515
Kconfig.mcux
Kconfig.native_posix_linux
Kconfig.nxp_s32
Kconfig.rcar
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.stm32fd
Kconfig.stm32h7