Skip to content

Commit

Permalink
Use latest stable esp idf release (skot#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson authored Dec 9, 2024
1 parent 94cc0f0 commit 13791f1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM espressif/idf:v5.3.1
FROM espressif/idf:v5.3.2

ARG DEBIAN_FRONTEND=nointeractive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-factory-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
path: '.'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
path: '.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'
Expand Down
2 changes: 1 addition & 1 deletion doc/unit_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ESP-Miner includes unit tests that can run on the target (the esp32s3).
Tests are located in the `test` subdirectory of a component (e.g. `components/stratum/test`).

For more information on unit testing with the esp32s3, see https://docs.espressif.com/projects/esp-idf/en/v5.3.1/esp32/api-guides/unit-tests.html.
For more information on unit testing with the esp32s3, see https://docs.espressif.com/projects/esp-idf/en/v5.3.2/esp32/api-guides/unit-tests.html.

### Building
To built unit tests (examples provided on Ubuntu 24.04), from the ESP-Miner root directory:
Expand Down

0 comments on commit 13791f1

Please sign in to comment.