1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mcp2515
Firas Hamdi 3f9866e709 drivers/mcp2515: fix to add filters
drivers/mcp2515: enable filtering

The current driver implementation initializes the driver in a way to receive all the CAN messages without matching the filters. This commit changes that by adding a macro definition that will be enabling or disabling the filtering and accordingly set the appropriate mcp2515 acceptance mode
2022-06-26 17:38:23 +02:00
..
include drivers/mcp2515: complete driver + adapt to 2020 RIOT API 2020-10-03 15:20:42 +02:00
candev_mcp2515.c drivers/mcp2515: fix to add filters 2022-06-26 17:38:23 +02:00
Kconfig drivers/mcp2515: use ztimer 2022-04-20 09:23:50 +02:00
Makefile drivers/mcp2515: complete driver + adapt to 2020 RIOT API 2020-10-03 15:20:42 +02:00
Makefile.dep drivers/mcp2515: use ztimer 2022-04-20 09:23:50 +02:00
Makefile.include drivers/mcp2515: complete driver + adapt to 2020 RIOT API 2020-10-03 15:20:42 +02:00
mcp2515_defines.h drivers/mcp2515: fix to add filters 2022-06-26 17:38:23 +02:00
mcp2515_spi.c drivers/mcp2515: use ztimer 2022-04-20 09:23:50 +02:00
mcp2515_spi.h drivers/mcp2515: complete driver + adapt to 2020 RIOT API 2020-10-03 15:20:42 +02:00
mcp2515.c drivers/mcp2515: fix to add filters 2022-06-26 17:38:23 +02:00
mcp2515.h drivers/mcp2515: fix to add filters 2022-06-26 17:38:23 +02:00