diff options
| author | hathach <[email protected]> | 2023-12-13 18:54:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-13 18:54:00 +0700 |
| commit | 19d7d62e804dbf26f9d193d72710574abcd6fa95 (patch) | |
| tree | a4922ca57196e788b487f734f4d9345922858964 /.github | |
| parent | 59ecdb78fed4221c3e623d7ea9a9e69c3cd87aae (diff) | |
try to add samd51 to hil pool using doublereset (rpi gpio) and bossac
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index f760ca3ca..46dc7a93b 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -102,6 +102,13 @@ jobs: path: | cmake-build/cmake-build-feather_nrf52840_express/*/*/*.elf + - name: Upload Artifacts for Hardware Testing (samd51) + if: matrix.family == 'samd51' && github.repository_owner == 'hathach' + uses: actions/upload-artifact@v3 + with: + name: itsybitsy_m4 + path: | + cmake-build/cmake-build-itsybitsy_m4/*/*/*.bin # --------------------------------------- # Hardware in the loop (HIL) @@ -116,8 +123,9 @@ jobs: fail-fast: false matrix: board: - - 'raspberry_pi_pico' - 'feather_nrf52840_express' + - 'itsybitsy_m4' + - 'raspberry_pi_pico' steps: - name: Clean workspace run: | |
