mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3f9866e709
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 |
||
---|---|---|
.. | ||
include | ||
candev_mcp2515.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.include | ||
mcp2515_defines.h | ||
mcp2515_spi.c | ||
mcp2515_spi.h | ||
mcp2515.c | ||
mcp2515.h |