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 /test/hil/hil_pi4.json | |
| parent | 59ecdb78fed4221c3e623d7ea9a9e69c3cd87aae (diff) | |
try to add samd51 to hil pool using doublereset (rpi gpio) and bossac
Diffstat (limited to 'test/hil/hil_pi4.json')
| -rw-r--r-- | test/hil/hil_pi4.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/hil/hil_pi4.json b/test/hil/hil_pi4.json index 560c3964e..17d9ff1fa 100644 --- a/test/hil/hil_pi4.json +++ b/test/hil/hil_pi4.json @@ -23,6 +23,15 @@ "flasher": "jlink", "flasher_sn": "000682804350", "flasher_args": "-device nrf52840_xxaa" + }, + { + "name": "itsybitsy_m4", + "uid": "D784B28C5338533335202020FF044726", + "flasher": "bossac", + "flashser_vendor": "Adafruit Industries", + "flasher_product": "ItsyBitsy M4 Express", + "flasher_reset_pin": "2", + "flasher_args": "--offset 0x4000" } ] } |
