Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

IDFboot: Allow bypassing the MPU configuration on bootloader initialization #20

Merged
merged 4 commits into from
May 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Bump revision of GitHub Actions scripts
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
gustavonihei committed May 17, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit aabed6e377d62f9b7f6bb3c7e37b47023c4c8b77
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ jobs:
matrix:
targets: [esp32, esp32s2, esp32s3, esp32c3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build IDF bootloader and partition table
uses: docker://docker.io/espressif/idf:v4.4.1
with:
args: ./build_idfboot.sh -c ${{matrix.targets}}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: idf-builds
path: out/
@@ -29,12 +29,12 @@ jobs:
matrix:
targets: [esp32, esp32s2, esp32c3]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build MCUboot bootloader
uses: docker://docker.io/espressif/idf:release-v4.4
with:
args: ./build_mcuboot.sh -s -c ${{matrix.targets}}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: mcuboot-builds
path: out/
@@ -44,7 +44,7 @@ jobs:
needs: [IDFboot, MCUboot]
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: buildartifacts/
- name: Update release