Skip to content

Commit f760ec8

Browse files
authored
Update to LTS 202406.01 libraries submodule pointer (#88)
* Update to LTS 202406.01 libraries submodule pointer. Using esp-aws-iot repository tag 202406.01-LTS-release * Merge SwitchToNewOTA branch to main branch * Fix xEventGroupWaitBits wait bits in coreMQTT agent manager for device advisor test * Fix second network context CA cert length for MQTT test
2 parents 06f5ce1 + d013b27 commit f760ec8

File tree

13 files changed

+904
-496
lines changed

13 files changed

+904
-496
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ jobs:
5656
esp_idf_version: ${{ matrix.esp_idf_version }}
5757
target: ${{ matrix.esp_target }}
5858
path: './'
59+
command: python -m pip install --upgrade idf-component-manager || idf.py build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: ["**"]
1212
pull_request:
13-
branches: [main]
13+
branches: ["**"]
1414
workflow_dispatch:
1515

1616
jobs:

components/FreeRTOS-Libraries-Integration-Tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set(IDT_REQUIRES
3838
coreHTTP
3939
freertos
4040
corePKCS11
41-
ota-for-aws-iot-embedded-sdk
41+
aws-iot-core-mqtt-file-streams-embedded-c
4242
)
4343

4444
idf_component_register(

components/esp-aws-iot

Submodule esp-aws-iot updated 82 files

main/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ set(MAIN_REQUIRES
5353
coreJSON
5454
backoffAlgorithm
5555
esp_secure_cert_mgr
56-
ota-for-aws-iot-embedded-sdk
56+
aws-iot-core-mqtt-file-streams-embedded-c
5757
FreeRTOS-Libraries-Integration-Tests
5858
unity
5959
driver

0 commit comments

Comments
 (0)