summaryrefslogtreecommitdiff
path: root/test/hil/hil_pi4.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-11-28 18:27:40 +0700
committerhathach <[email protected]>2023-11-28 18:28:45 +0700
commit0a4d92a71e8b25daedc8cf4a388dd9abd2539419 (patch)
tree9a0e3f12b78f4f0045ba2ddf73f00769ba4a5fd9 /test/hil/hil_pi4.json
parent1eb6ce784ca9b8acbbe43dba9f1d9c26c2e80eb0 (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.json11
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\""
+ }
+ ]
+}