Skip to content

Commit 49a9e08

Browse files
committed
Merge branch 'main' into update-for-v202407.00-release
2 parents d2b5631 + f760ec8 commit 49a9e08

File tree

13 files changed

+903
-495
lines changed

13 files changed

+903
-495
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)