mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 13:26:02 +00:00
CAN1 and CAN2 share the memory for the filter banks. This commit adds an offset for filters installed for CAN2, allowing to use both CAN instances simultaneously. The hardware allows to freely split the avalable 28 filters between CAN1 and CAN2. In order to simplify the driver implementation, it only supports an equal split of 14 filters per instance. This is the same amount of filters as available in MCUs with only a single CAN. Signed-off-by: Martin Jäger <martin@libre.solar> |
||
---|---|---|
.. | ||
transceiver | ||
can_common.c | ||
can_handlers.c | ||
can_loopback.c | ||
can_mcan_priv.h | ||
can_mcan.c | ||
can_mcan.h | ||
can_mcp2515.c | ||
can_mcp2515.h | ||
can_mcux_flexcan.c | ||
can_mcux_mcan.c | ||
can_rcar.c | ||
can_sam.c | ||
can_shell.c | ||
can_socketcan.c | ||
can_stm32.c | ||
can_stm32.h | ||
can_stm32fd.c | ||
can_stm32h7.c | ||
can_utils.h | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.loopback | ||
Kconfig.mcan | ||
Kconfig.mcp2515 | ||
Kconfig.mcux | ||
Kconfig.rcar | ||
Kconfig.sam | ||
Kconfig.stm32 | ||
Kconfig.stm32fd | ||
Kconfig.stm32h7 |