try to add samd51 to hil pool using doublereset (rpi gpio) and bossac

This commit is contained in:
hathach
2023-12-13 18:54:00 +07:00
parent 59ecdb78fe
commit 19d7d62e80
9 changed files with 84 additions and 15 deletions

View File

@@ -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: |