diff options
| author | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
|---|---|---|
| committer | Valentin Milea <[email protected]> | 2022-01-07 15:12:07 +0200 |
| commit | c2533a45bd932d672458cf54d37ac5207a734e41 (patch) | |
| tree | a8d886bdccaed451053262b0d875612338389474 /.github/workflows | |
| parent | a284e438f1952315631f354dee2b30b264afb324 (diff) | |
| parent | 3b09b82123a50bef6b18cf90c2734ae7581da4a3 (diff) | |
Merge branch 'master' into feature/feedback_format
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_aarch64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/build_arm.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml index 0cc7a5de1..8cf7852b9 100644 --- a/.github/workflows/build_aarch64.yml +++ b/.github/workflows/build_aarch64.yml @@ -18,7 +18,7 @@ jobs: matrix: family: # Alphabetical order - - 'raspberrypi4' + - 'broadcom_64bit' steps: - name: Setup Python uses: actions/setup-python@v2 diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index dc4d9fcfb..177f1076e 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -39,6 +39,7 @@ jobs: matrix: family: # Alphabetical order + - 'broadcom_32bit' - 'imxrt' - 'lpc15' - 'lpc18' @@ -114,7 +115,7 @@ jobs: done # --------------------------------------- - # Build all no-family (opharned) boards + # Build all no-family (orphaned) boards # --------------------------------------- build-board: runs-on: ubuntu-latest diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 57dbf33e3..1ed76ef4d 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,7 +18,7 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - #- 'espressif_addax_1' + #- 'espressif_s3_devkitm' # S3 compile error with "dangerous relocation: call8: call target out of range: memcpy" steps: |
