Skip to content

Commit c57cd16

Browse files
committed
add idf v5.2.2 setup function to ci.sh
1 parent 81d3c12 commit c57cd16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ function ci_esp32_idf44_setup {
133133
ci_esp32_setup_helper v4.4
134134
}
135135

136+
function ci_esp32_idf522_setup {
137+
ci_esp32_setup_helper v5.2.2
138+
}
139+
136140
function ci_esp32_build {
137141
source esp-idf/export.sh
138142
make ${MAKEOPTS} -C mpy-cross

0 commit comments

Comments
 (0)