summaryrefslogtreecommitdiffstatshomepage
path: root/tools/ci.sh
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2024-07-23 11:57:13 +1000
committerDamien George <damien@micropython.org>2024-08-14 15:58:12 +1000
commitfbb02d3aeeaa9da082f3ccd411d8e164a526046e (patch)
tree2b06a36e2560d850dea862469903ee24ce201b34 /tools/ci.sh
parent35a056ad9c9374472adf3578f9d6f0bfd2734674 (diff)
downloadmicropython-fbb02d3aeeaa9da082f3ccd411d8e164a526046e.tar.gz
micropython-fbb02d3aeeaa9da082f3ccd411d8e164a526046e.zip
esp32: Add support for ESP-IDF v5.2.2.
Keeping older versions, however if the update goes well then these may be dropped in the future. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index b0a1022c3b..03b6bf59ae 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -116,7 +116,7 @@ function ci_cc3200_build {
# ports/esp32
# GitHub tag of ESP-IDF to use for CI (note: must be a tag or a branch)
-IDF_VER=v5.0.4
+IDF_VER=v5.2.2
export IDF_CCACHE_ENABLE=1