You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -142,14 +142,14 @@ menu "Featured FreeRTOS IoT Integration"
142
142
default 500
143
143
help
144
144
The maximum amount of time in milliseconds to wait for the commands to be posted to the MQTT agent should the MQTT agent's command queue be full. Tasks wait in the Blocked state, so don't use any CPU time.
145
-
145
+
146
146
config GRI_SUB_PUB_UNSUB_DEMO_QOS_LEVEL
147
147
int "QoS level of MQTT operations"
148
148
default 1
149
149
range 0 2
150
150
help
151
151
The QoS level of MQTT messages sent by this demo. This must be 0 or 1 if using AWS as AWS only supports levels 0 or 1. If using another MQTT broker, that supports QoS level 2, this can be set to 2.
152
-
152
+
153
153
config GRI_SUB_PUB_UNSUB_DEMO_NUM_TASKS_TO_CREATE
154
154
int "Number of SubPubUnsub tasks to create"
155
155
default 1
@@ -167,7 +167,7 @@ menu "Featured FreeRTOS IoT Integration"
167
167
default 3072
168
168
help
169
169
The task stack size for each of the SubPubUnsub tasks.
170
-
170
+
171
171
endmenu # Sub pub unsub demo configurations
172
172
173
173
menu "OTA demo configurations"
@@ -182,7 +182,7 @@ menu "Featured FreeRTOS IoT Integration"
182
182
default 128
183
183
help
184
184
The maximum size of the stream name required for downloading update file from streaming service.
185
-
185
+
186
186
config GRI_OTA_DEMO_TASK_DELAY_MS
187
187
int "OTA statistic output delay milliseconds."
188
188
default 1000
@@ -206,7 +206,7 @@ menu "Featured FreeRTOS IoT Integration"
206
206
config GRI_OTA_DEMO_DEMO_TASK_PRIORITY
207
207
int "OTA demo task priority."
208
208
default 1
209
-
209
+
210
210
config GRI_OTA_DEMO_DEMO_TASK_STACK_SIZE
211
211
int "OTA demo task stack size."
212
212
default 3072
@@ -233,11 +233,6 @@ menu "Featured FreeRTOS IoT Integration"
233
233
bool "Output provisioned certificates and keys."
234
234
default y
235
235
236
-
config GRI_TRANSPORT_TIMEOUT_MS
237
-
int "TLS Transport Send / Receive timeout in milliseconds"
238
-
default 1000
239
-
240
-
241
236
menu "coreMQTT-Agent Manager Configurations"
242
237
243
238
config GRI_MQTT_AGENT_TASK_STACK_SIZE
@@ -282,7 +277,7 @@ menu "Featured FreeRTOS IoT Integration"
282
277
int "Timeout for receiving CONNACK in milliseconds"
283
278
default 1000
284
279
285
-
280
+
286
281
endmenu # coreMQTT-Agent Manager Configurations
287
282
288
283
config GRI_ENABLE_SUB_PUB_UNSUB_DEMO
@@ -310,14 +305,14 @@ menu "Featured FreeRTOS IoT Integration"
310
305
default 500
311
306
help
312
307
The maximum amount of time in milliseconds to wait for the commands to be posted to the MQTT agent should the MQTT agent's command queue be full. Tasks wait in the Blocked state, so don't use any CPU time.
313
-
308
+
314
309
config GRI_SUB_PUB_UNSUB_DEMO_QOS_LEVEL
315
310
int "QoS level of MQTT operations"
316
311
default 1
317
312
range 0 2
318
313
help
319
314
The QoS level of MQTT messages sent by this demo. This must be 0 or 1 if using AWS as AWS only supports levels 0 or 1. If using another MQTT broker, that supports QoS level 2, this can be set to 2.
320
-
315
+
321
316
config GRI_SUB_PUB_UNSUB_DEMO_NUM_TASKS_TO_CREATE
322
317
int "Number of SubPubUnsub tasks to create"
323
318
default 1
@@ -335,9 +330,9 @@ menu "Featured FreeRTOS IoT Integration"
335
330
default 3072
336
331
help
337
332
The task stack size for each of the SubPubUnsub tasks.
bool "Enable temperature sensor pub sub and LED control demo"
343
338
depends on !GRI_RUN_QUALIFICATION_TEST
@@ -386,7 +381,7 @@ menu "Featured FreeRTOS IoT Integration"
386
381
default 500
387
382
help
388
383
The maximum amount of time in milliseconds to wait for the commands to be posted to the MQTT agent should the MQTT agent's command queue be full. Tasks wait in the Blocked state, so don't use any CPU time.
0 commit comments