Skip to content

Commit dbd6e18

Browse files
committed
Merge pull request #1430 from petermm/bump-esp-idf
Chore: Bump esp-idf Use 5.3.2 for releases. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 8d5f8dc + a9021cb commit dbd6e18

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/esp32-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
esp-idf-target: ["esp32", "esp32c3"]
4040
idf-version:
4141
- 'v5.0.7'
42-
- 'v5.1.4'
43-
- 'v5.2.2'
44-
- 'v5.3.1'
42+
- 'v5.1.5'
43+
- 'v5.2.3'
44+
- 'v5.3.2'
4545

4646
exclude:
4747
- esp-idf-target: "esp32c3"
4848
idf-version: 'v5.0.7'
4949
- esp-idf-target: "esp32c3"
50-
idf-version: 'v5.1.4'
50+
idf-version: 'v5.1.5'
5151
steps:
5252
- name: Checkout repo
5353
uses: actions/checkout@v4

.github/workflows/esp32-mkimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
idf-version: ["5.3.1"]
40+
idf-version: ["5.3.2"]
4141
cc: ["clang-14"]
4242
cxx: ["clang++-14"]
4343
cflags: ["-O3"]

doc/release-notes.md.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ AtomVM currently supports the following versions of ESP-IDF:
6868
| IDF SDK supported versions | AtomVM support |
6969
|------------------------------|----------------|
7070
| ESP-IDF [v5.0](https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/get-started/index.html) | ✅ |
71-
| ESP-IDF [v5.1](https://docs.espressif.com/projects/esp-idf/en/v5.1.4/esp32/get-started/index.html) | ✅ |
72-
| ESP-IDF [v5.2](https://docs.espressif.com/projects/esp-idf/en/v5.2.2/esp32/get-started/index.html) | ✅ |
73-
| ESP-IDF [v5.3](https://docs.espressif.com/projects/esp-idf/en/v5.3/esp32/get-started/index.html) | ✅ |
71+
| ESP-IDF [v5.1](https://docs.espressif.com/projects/esp-idf/en/v5.1.5/esp32/get-started/index.html) | ✅ |
72+
| ESP-IDF [v5.2](https://docs.espressif.com/projects/esp-idf/en/v5.2.3/esp32/get-started/index.html) | ✅ |
73+
| ESP-IDF [v5.3](https://docs.espressif.com/projects/esp-idf/en/v5.3.2/esp32/get-started/index.html) | ✅ |
7474

7575
Building the AtomVM virtual machine for ESP32 is optional. In most cases, you can simply download a release image from the AtomVM [release](https://github.com/atomvm/AtomVM/releases) repository. If you wish to work on development of the VM or use one on the additional drivers that are available in the [AtomVM repositories](https://github.com/atomvm) you will to build AtomVM from source. See the [Build Instructions](build-instructions.md) for information about how to build AtomVM from source code. We recommend you to use the latest subminor (patch) versions for source builds. You can check the current version used for testing in the [esp32-build.yaml](https://github.com/atomvm/AtomVM/actions/workflows/esp32-build.yaml) workflow.
7676

0 commit comments

Comments
 (0)