Skip to content

Commit b607e45

Browse files
committed
ci: Update esp-idf version
1 parent 94617c7 commit b607e45

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Install packages
17-
run: source tools/ci.sh && ci_esp32_idf44_setup
17+
run: source tools/ci.sh && ci_esp32_idf504_setup
1818
- name: Build
1919
run: source tools/ci.sh && ci_esp32_nightly_build
2020
- name: Deliver AtomS3 firmware

.github/workflows/ports_m5stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Install packages
21-
run: source tools/ci.sh && ci_esp32_idf44_setup
21+
run: source tools/ci.sh && ci_esp32_idf504_setup
2222
- name: Build
2323
run: source tools/ci.sh && ci_esp32_build

m5stack/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ submodules:
237237
git submodule update --init ./components/M5Unified/M5GFX
238238
git submodule update --init ./components/M5Unified/M5Unified
239239
git submodule update --init --recursive ./components/lv_bindings
240-
# git submodule update --init ../micropython
240+
git submodule update --init ../micropython
241241
cd ./../micropython && git submodule update --init $(addprefix ./,$(GIT_SUBMODULES)) && cd -
242242
cd ./components/lv_bindings && \
243243
git apply ./../../patches/0002_avoid_lv_bindings_compile_error.patch && cd -

tools/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ function ci_esp32_idf44_setup {
9090
ci_esp32_setup_helper 014ee65f1f5e291230e398c4913020be9a6278a1
9191
}
9292

93+
function ci_esp32_idf504_setup {
94+
ci_esp32_setup_helper 8fbf4ba6058bcf736317d8a7aa75d0578563c38b
95+
}
96+
9397
function ci_esp32_build {
9498
source esp-idf/export.sh
9599
make ${MAKEOPTS} -C m5stack submodules

0 commit comments

Comments
 (0)