Skip to content

Commit

Permalink
Merge pull request zephyrproject-rtos#9 from westonrobot/patch-upstre…
Browse files Browse the repository at this point in the history
…am-tag-v2.7.0-dual_can

Patch upstream tag v2.7.0 dual can
  • Loading branch information
rdu-weston authored Jan 7, 2022
2 parents 3f82656 + fcadbc9 commit 6f989fe
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 194 deletions.
13 changes: 11 additions & 2 deletions drivers/can/Kconfig.stm32
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ config CAN_MAX_FILTER
int "Maximum number of concurrent active filters"
depends on CAN_STM32
default 5
range 1 56
range 1 112
help
Defines the array size of the callback/msgq pointers.
Defines the array size of the callback pointers.
Must be at least the size of concurrent reads.

config CAN_FILTER_SPLIT
int "Filter split. Num of filter banks for the master CAN"
default 14
#todo: depends on second CAN
range 0 28
help
Defines the number of filter banks that is used for the master CAN.
The rest of the banks is available to the second CAN.
Loading

0 comments on commit 6f989fe

Please sign in to comment.