Skip to content

Commit 6f989fe

Browse files
authored
Merge pull request zephyrproject-rtos#9 from westonrobot/patch-upstream-tag-v2.7.0-dual_can
Patch upstream tag v2.7.0 dual can
2 parents 3f82656 + fcadbc9 commit 6f989fe

File tree

7 files changed

+267
-194
lines changed

7 files changed

+267
-194
lines changed

drivers/can/Kconfig.stm32

+11-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,16 @@ config CAN_MAX_FILTER
1717
int "Maximum number of concurrent active filters"
1818
depends on CAN_STM32
1919
default 5
20-
range 1 56
20+
range 1 112
2121
help
22-
Defines the array size of the callback/msgq pointers.
22+
Defines the array size of the callback pointers.
2323
Must be at least the size of concurrent reads.
24+
25+
config CAN_FILTER_SPLIT
26+
int "Filter split. Num of filter banks for the master CAN"
27+
default 14
28+
#todo: depends on second CAN
29+
range 0 28
30+
help
31+
Defines the number of filter banks that is used for the master CAN.
32+
The rest of the banks is available to the second CAN.

0 commit comments

Comments
 (0)