Commit a2e8011 1 parent 30acb16 commit a2e8011 Copy full SHA for a2e8011
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ The steps to take are summarised below.
46
46
To check out a copy of the IDF use git clone:
47
47
48
48
``` bash
49
- $ git clone -b v5.2.2 --recursive https://github.com/espressif/esp-idf.git
49
+ $ git clone -b v5.4 --recursive https://github.com/espressif/esp-idf.git
50
50
```
51
51
52
- You can replace ` v5.2.2 ` with any other supported version.
52
+ You can replace ` v5.4 ` with any other supported version.
53
53
(You don't need a full recursive clone; see the ` ci_esp32_setup ` function in
54
54
` tools/ci.sh ` in this repository for more detailed set-up commands.)
55
55
@@ -58,7 +58,7 @@ MicroPython and update the submodules using:
58
58
59
59
``` bash
60
60
$ cd esp-idf
61
- $ git checkout v5.2.2
61
+ $ git checkout v5.4
62
62
$ git submodule update --init --recursive
63
63
```
64
64
Original file line number Diff line number Diff line change 36
36
import subprocess
37
37
from dataclasses import dataclass
38
38
39
- IDF_VERS = ("v5.2.2 " ,)
39
+ IDF_VERS = ("v5.4 " ,)
40
40
41
41
BUILDS = (
42
42
("ESP32_GENERIC" , "" ),
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function ci_cc3200_build {
135
135
# ports/esp32
136
136
137
137
# GitHub tag of ESP-IDF to use for CI (note: must be a tag or a branch)
138
- IDF_VER=v5.2.2
138
+ IDF_VER=v5.4
139
139
140
140
export IDF_CCACHE_ENABLE=1
141
141
You can’t perform that action at this time.
0 commit comments