Skip to content

Commit

Permalink
Merge pull request #83 from liamHowatt/lv-idf-522
Browse files Browse the repository at this point in the history
feat(ci): add idf v5.2.2 setup function to ci.sh
  • Loading branch information
kisvegabor authored Jul 18, 2024
2 parents 81d3c12 + c57cd16 commit 96162df
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 96162df

Please sign in to comment.