File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ if PKG_USING_QMODBUS
38
38
select RT_USING_SAL
39
39
default n
40
40
41
+ config MB_USING_SOCK_BACKEND
42
+ bool "using TCP-server backend"
43
+ select RT_USING_SAL
44
+ default n
45
+
41
46
config MB_USING_RTU_PROTOCOL
42
47
bool "using MODBUS-RTU protocol"
43
48
default y
@@ -86,6 +91,13 @@ if PKG_USING_QMODBUS
86
91
select MB_USING_TCP_PROTOCOL
87
92
select MB_USING_SLAVE
88
93
default n
94
+
95
+ config MB_USING_SAMPLE_TCP_SRV_SLAVE
96
+ bool "sample TCP-server slave"
97
+ select MB_USING_SOCK_BACKEND
98
+ select MB_USING_TCP_PROTOCOL
99
+ select MB_USING_SLAVE
100
+ default n
89
101
endif
90
102
91
103
choice
@@ -97,13 +109,17 @@ if PKG_USING_QMODBUS
97
109
config PKG_USING_QMODBUS_LATEST_VERSION
98
110
bool "latest"
99
111
112
+ config PKG_USING_QMODBUS_V110
113
+ bool "v1.10"
114
+
100
115
config PKG_USING_QMODBUS_V100
101
116
bool "v1.00"
102
117
endchoice
103
118
104
119
config PKG_QMODBUS_VER
105
120
string
106
121
default "latest" if PKG_USING_QMODBUS_LATEST_VERSION
122
+ default "v1.10" if PKG_USING_QMODBUS_V110
107
123
default "v1.00" if PKG_USING_QMODBUS_V100
108
124
109
125
endif
Original file line number Diff line number Diff line change 26
26
"filename" : " qmodbus-1.00.zip" ,
27
27
"VER_SHA" : " "
28
28
},
29
+ {
30
+ "version" : " v1.10" ,
31
+ "URL" : " https://github.com/qiyongzhong0/qmodbus/archive/v1.10.zip" ,
32
+ "filename" : " qmodbus-1.10.zip" ,
33
+ "VER_SHA" : " "
34
+ },
29
35
{
30
36
"version" : " latest" ,
31
37
"URL" : " https://github.com/qiyongzhong0/qmodbus.git" ,
You can’t perform that action at this time.
0 commit comments