Skip to content
This repository has been 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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -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
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/
Expand All @@ -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
args: /bin/sh -c "git config --global --add safe.directory '*' && ./build_mcuboot.sh -s -c ${{matrix.targets}}"
Ouss4 marked this conversation as resolved.
Show resolved Hide resolved
- uses: actions/upload-artifact@v3
with:
name: mcuboot-builds
path: out/
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion esp-idf
Submodule esp-idf updated 808 files