Skip to content

Commit fe7b864

Browse files
committed
Update to 202210.01-LTS version.
1 parent 11b2142 commit fe7b864

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
[submodule "components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests"]
88
path = components/FreeRTOS-Libraries-Integration-Tests/FreeRTOS-Libraries-Integration-Tests
99
url = https://github.com/ActoryOu/FreeRTOS-Libraries-Integration-Tests
10-
branch = lts-2.0
10+
branch = lts2-patch2

components/FreeRTOS-Libraries-Integration-Tests/config/test_param_config.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@
7878
*/
7979
#define MQTT_TEST_CLIENT_IDENTIFIER CONFIG_GRI_QUALIFICATION_CLIENT_IDENTIFIER
8080

81+
/**
82+
* @brief Timeout for MQTT_ProcessLoop() function in milliseconds.
83+
* The timeout value is appropriately chosen for receiving an incoming
84+
* PUBLISH message and ack responses for QoS 1 and QoS 2 communications
85+
* with the broker.
86+
*
87+
* #define MQTT_TEST_PROCESS_LOOP_TIMEOUT_MS ( 700 )
88+
*/
89+
#define MQTT_TEST_PROCESS_LOOP_TIMEOUT_MS GRI_QUALIFICATION_PROCESS_LOOP_TIMEOUT_MS
90+
8191
/**
8292
* @brief Network buffer size specified in bytes. Must be large enough to hold the maximum
8393
* anticipated MQTT payload.

components/esp-aws-iot

Submodule esp-aws-iot updated 40 files

idt_config/windows/userdata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"sourcePath": "<path to project root, e.g. C:/Users/foobar/iot-reference-nxp-rt1060>",
33
"freeRTOSTestParamConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_param_config.h",
44
"freeRTOSTestExecutionConfigPath": "{{testData.sourcePath}}/components/FreeRTOS-Libraries-Integration-Tests/config/test_execution_config.h",
5-
"freeRTOSVersion": "202210.00-LTS",
5+
"freeRTOSVersion": "202210.01-LTS",
66
"buildTool": {
77
"name": "esp32c3-build",
88
"version": "1.0.0",

main/Kconfig.projbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ menu "Featured FreeRTOS IoT Integration"
8181
int "Network Buffer Size for MQTT Test"
8282
default 5000
8383

84+
config GRI_QUALIFICATION_PROCESS_LOOP_TIMEOUT_MS
85+
int "Timeout to run MQTT process loop for MQTT Test"
86+
default 700
87+
8488
config GRI_QUALIFICATION_ECHO_SERVER
8589
string "Echo Server Domain Name/IP for Transport Interface Test"
8690
default "PLACE_HOLDER"

manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name : "FreeRTOS ESP32C3 Reference Integration"
2-
version: "202210.00"
2+
version: "202210.01"
33
description: |-
44
"Reference IoT integration project using the Espressif ESP32C3 and FreeRTOS LTS libraries"
55
dependencies:
@@ -16,7 +16,7 @@ dependencies:
1616
url: "https://github.com/FreeRTOS/coreHTTP.git"
1717
path: "components/esp-aws-iot/libraries/coreHTTP/coreHTTP"
1818
- name: "coreMQTT"
19-
version: "v2.1.0"
19+
version: "v2.1.1"
2020
repository:
2121
type: "git"
2222
url: "https://github.com/FreeRTOS/coreMQTT.git"
@@ -64,7 +64,7 @@ dependencies:
6464
url: "https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk.git"
6565
path: "components/esp-aws-iot/libraries/Jobs-for-AWS-IoT-embedded-sdk/Jobs-for-AWS-IoT-embedded-sdk"
6666
- name: "FreeRTOS-Libraries-Integration-Tests"
67-
version: "202210.00"
67+
version: "202210.01"
6868
repository:
6969
type: "git"
7070
url: "https://github.com/FreeRTOS/FreeRTOS-Libraries-Integration-Tests"

0 commit comments

Comments
 (0)