Skip to content

Commit e1ab6cb

Browse files
samples: can: remove CONFIG_CAN_MAX_FILTERS setting
Remove setting of CONFIG_CAN_MAX_FILTERS and rely on driver defaults. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent dbf2946 commit e1ab6cb

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

samples/drivers/can/counter/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_POLL=y
22
CONFIG_CAN=y
33
CONFIG_CAN_INIT_PRIORITY=80
4-
CONFIG_CAN_MAX_FILTER=5
54

65
CONFIG_SHELL=y
76
CONFIG_CAN_SHELL=y

samples/modules/canopennode/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
44
CONFIG_GPIO=y
55

66
CONFIG_CAN=y
7-
CONFIG_CAN_MAX_FILTER=13
87

98
CONFIG_FLASH=y
109
CONFIG_NVS=y

samples/modules/canopennode/prj_img_mgmt.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
44
CONFIG_GPIO=y
55

66
CONFIG_CAN=y
7-
CONFIG_CAN_MAX_FILTER=13
87

98
CONFIG_FLASH=y
109
CONFIG_FLASH_MAP=y

samples/modules/canopennode/prj_no_storage.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CONFIG_CANOPEN_LOG_LEVEL_DBG=y
44
CONFIG_GPIO=y
55

66
CONFIG_CAN=y
7-
CONFIG_CAN_MAX_FILTER=13
87

98
CONFIG_CANOPEN=y
109
CONFIG_CANOPENNODE_SYNC_THREAD=y

samples/net/sockets/can/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
CONFIG_CAN=y
22
CONFIG_NET_L2_ETHERNET=n
3-
CONFIG_CAN_MAX_FILTER=5
43

54
CONFIG_NETWORKING=y
65
CONFIG_NET_DRIVERS=y

samples/subsys/canbus/isotp/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_LOG=y
22

33
CONFIG_CAN=y
4-
CONFIG_CAN_MAX_FILTER=8
54

65
CONFIG_ISOTP=y
76
# We have two receiving contexts that are bound to a single address.

0 commit comments

Comments
 (0)