summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-08-22 12:37:11 +0700
committerGitHub <[email protected]>2024-08-22 12:37:11 +0700
commit858ad66c9316250876dad533e47513b7def915d1 (patch)
tree4c0765f6f778cb4f510b154f244e2c7a23df7c8a /test
parent61187008285d70d700e30e5f11636240ae4845d0 (diff)
circleci tweaks (#2770)
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
Diffstat (limited to 'test')
-rw-r--r--test/hil/rpi.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/test/hil/rpi.json b/test/hil/rpi.json
index 49d2d8286..8eaca2621 100644
--- a/test/hil/rpi.json
+++ b/test/hil/rpi.json
@@ -17,9 +17,9 @@
{
"name": "max32666fthr",
"uid": "0C81464124010B20FF0A08CC2C",
- "flasher": "openocd_adi",
- "flasher_sn": "042217023bffc88100000000000000000000000097969906",
- "flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
+ "flasher": "jlink",
+ "flasher_sn": "000801011822",
+ "flasher_args": "-device max32666"
},
{
"name": "lpcxpresso11u37",
@@ -83,6 +83,13 @@
"flasher": "esptool",
"flasher_sn": "3ea619acd1cdeb11a0a0b806e93fd3f1",
"flasher_args": "-b 921600"
+ },
+ {
+ "name": "max32666fthr",
+ "uid": "0C81464124010B20FF0A08CC2C",
+ "flasher": "openocd_adi",
+ "flasher_sn": "042217023bffc88100000000000000000000000097969906",
+ "flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
}
]
}