mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 07:35:22 +00:00
Add alternate conf file for MCP2515 so it builds without warning. Update documentation. Signed-off-by: Nick Ward <nix.ward@gmail.com>
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
# Alternate conf file required for building the CAN sample for the
|
|
# MCP2515 stand alone CAN controller
|
|
|
|
CONFIG_CAN=y
|
|
CONFIG_CAN_INIT_PRIORITY=80
|
|
CONFIG_CAN_MCP2515_MAX_FILTER=5
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_CAN_SHELL=y
|
|
CONFIG_DEVICE_SHELL=y
|