Skip to content

Commit

Permalink
add idf v5.2.2 setup function to ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liamHowatt committed Jul 16, 2024
1 parent 81d3c12 commit c57cd16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ function ci_esp32_idf44_setup {
ci_esp32_setup_helper v4.4
}

function ci_esp32_idf522_setup {
ci_esp32_setup_helper v5.2.2
}

function ci_esp32_build {
source esp-idf/export.sh
make ${MAKEOPTS} -C mpy-cross
Expand Down

0 comments on commit c57cd16

Please sign in to comment.