File tree Expand file tree Collapse file tree 2 files changed +636
-341
lines changed Expand file tree Collapse file tree 2 files changed +636
-341
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,31 @@ config CAN_INIT_PRIORITY
24
24
CAN driver device initialization priority.
25
25
26
26
config CAN_SHELL
27
- bool "CAN Shell "
27
+ bool "CAN shell "
28
28
default y
29
29
depends on SHELL
30
30
select POLL
31
31
help
32
32
Enable CAN Shell for testing.
33
33
34
+ if CAN_SHELL
35
+
36
+ config CAN_SHELL_TX_QUEUE_SIZE
37
+ int "CAN shell transmit queue size"
38
+ default 5
39
+ range 1 256
40
+ help
41
+ Maximum number of events in the CAN shell transmit queue.
42
+
43
+ config CAN_SHELL_RX_QUEUE_SIZE
44
+ int "CAN shell receive queue size"
45
+ default 5
46
+ range 1 256
47
+ help
48
+ Maximum number of CAN frames in the CAN shell receive queue.
49
+
50
+ endif # CAN_SHELL
51
+
34
52
config CAN_STATS
35
53
bool "CAN controller device statistics"
36
54
depends on STATS
You can’t perform that action at this time.
0 commit comments