This commit enables the CAN shell for the sample code. Also, the device shell is activated to find the proper device-name. Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
9 lines
137 B
Plaintext
9 lines
137 B
Plaintext
CONFIG_CAN=y
|
|
CONFIG_CAN_INIT_PRIORITY=80
|
|
CONFIG_CAN_1=y
|
|
CONFIG_CAN_MAX_FILTER=5
|
|
|
|
CONFIG_SHELL=y
|
|
CONFIG_CAN_SHELL=y
|
|
CONFIG_DEVICE_SHELL=y
|