diff options
| author | hathach <[email protected]> | 2023-11-28 18:27:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-28 18:28:45 +0700 |
| commit | 0a4d92a71e8b25daedc8cf4a388dd9abd2539419 (patch) | |
| tree | 9a0e3f12b78f4f0045ba2ddf73f00769ba4a5fd9 /test/hil/hil_pi4.json | |
| parent | 1eb6ce784ca9b8acbbe43dba9f1d9c26c2e80eb0 (diff) | |
update hil for pi4 to use new hil_test.py
Diffstat (limited to 'test/hil/hil_pi4.json')
| -rw-r--r-- | test/hil/hil_pi4.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/hil/hil_pi4.json b/test/hil/hil_pi4.json new file mode 100644 index 000000000..86bae3154 --- /dev/null +++ b/test/hil/hil_pi4.json @@ -0,0 +1,11 @@ +{ + "boards": [ + { + "name": "raspberry_pi_pico", + "uid": "E6614864D35DAE36", + "debugger": "openocd", + "debugger_sn": "E6614103E78E8324", + "debugger_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + } + ] +} |
