mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-09-25 18:00:41 +02:00
Use latest stable esp idf release (#555)
This commit is contained in:
committed by
GitHub
parent
94cc0f07f1
commit
13791f1ed9
@@ -1,4 +1,4 @@
|
|||||||
FROM espressif/idf:v5.3.1
|
FROM espressif/idf:v5.3.2
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=nointeractive
|
ARG DEBIAN_FRONTEND=nointeractive
|
||||||
|
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: esp-idf build
|
- name: esp-idf build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
command: GITHUB_ACTIONS="true" idf.py build
|
command: GITHUB_ACTIONS="true" idf.py build
|
||||||
path: '.'
|
path: '.'
|
||||||
|
2
.github/workflows/release-beta.yml
vendored
2
.github/workflows/release-beta.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: esp-idf build
|
- name: esp-idf build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
command: GITHUB_ACTIONS="true" idf.py build
|
command: GITHUB_ACTIONS="true" idf.py build
|
||||||
path: '.'
|
path: '.'
|
||||||
|
4
.github/workflows/release-factory-beta.yml
vendored
4
.github/workflows/release-factory-beta.yml
vendored
@@ -29,14 +29,14 @@ jobs:
|
|||||||
- name: esp-idf build
|
- name: esp-idf build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
command: GITHUB_ACTIONS="true" idf.py build
|
command: GITHUB_ACTIONS="true" idf.py build
|
||||||
path: '.'
|
path: '.'
|
||||||
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
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
|
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
|
||||||
path: '.'
|
path: '.'
|
||||||
|
4
.github/workflows/release-factory.yml
vendored
4
.github/workflows/release-factory.yml
vendored
@@ -29,14 +29,14 @@ jobs:
|
|||||||
- name: esp-idf build
|
- name: esp-idf build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
command: GITHUB_ACTIONS="true" idf.py build
|
command: GITHUB_ACTIONS="true" idf.py build
|
||||||
path: '.'
|
path: '.'
|
||||||
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
- name: "esp-idf build factory config for ${{ matrix.build_type }}"
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
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
|
command: /opt/esp/idf/components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py generate config-${{ matrix.build_type }}.cvs config.bin 0x6000
|
||||||
path: '.'
|
path: '.'
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: esp-idf build
|
- name: esp-idf build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.3.1
|
esp_idf_version: v5.3.2
|
||||||
target: esp32s3
|
target: esp32s3
|
||||||
command: GITHUB_ACTIONS="true" idf.py build
|
command: GITHUB_ACTIONS="true" idf.py build
|
||||||
path: '.'
|
path: '.'
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
ESP-Miner includes unit tests that can run on the target (the esp32s3).
|
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`).
|
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
|
### Building
|
||||||
To built unit tests (examples provided on Ubuntu 24.04), from the ESP-Miner root directory:
|
To built unit tests (examples provided on Ubuntu 24.04), from the ESP-Miner root directory:
|
||||||
|
Reference in New Issue
Block a user