summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIhorNehrutsa <IhorNehrutsa@gmail.com>2023-11-12 20:49:07 +0200
committerDamien George <damien@micropython.org>2023-12-11 13:00:09 +1100
commit4365edb810aa0e54eb91d201eb5bf0436c86c4b3 (patch)
tree70e8c176445a0271f4d3eff1e306bdd04ff52d59 /tools
parentd0758d8a33dfbe1778d2285315d80badd6e92836 (diff)
esp32: Change minimum supported IDF version to v5.0.4.
Also, IDF v5.1.2 is now supported, just not used by default. IDF v5.0.2 still builds but we cannot guarantee continued support for this version moving forward. Signed-off-by: IhorNehrutsa <IhorNehrutsa@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index b71862273..d3ae41158 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -119,7 +119,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.2
+IDF_VER=v5.0.4
export IDF_CCACHE_ENABLE=1