diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-07-23 11:57:13 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-08-14 15:58:12 +1000 |
commit | fbb02d3aeeaa9da082f3ccd411d8e164a526046e (patch) | |
tree | 2b06a36e2560d850dea862469903ee24ce201b34 /tools/ci.sh | |
parent | 35a056ad9c9374472adf3578f9d6f0bfd2734674 (diff) | |
download | micropython-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-x | tools/ci.sh | 2 |
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 |