summaryrefslogtreecommitdiff
path: root/test/hil/hfp.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-13 13:37:29 +0700
committerhathach <[email protected]>2024-11-13 13:37:29 +0700
commit42ead3a8e06bc48d6ddbdcbd0f8e018a00e7de32 (patch)
tree8e05b42e03b0a7f9bca89108afd4b7f8afc45ece /test/hil/hfp.json
parentaeae2966a2afa669068e54eef7c4dd2dceffaa0d (diff)
hil cleanup flahser
Diffstat (limited to 'test/hil/hfp.json')
-rw-r--r--test/hil/hfp.json33
1 files changed, 24 insertions, 9 deletions
diff --git a/test/hil/hfp.json b/test/hil/hfp.json
index e79a3cfc9..8ba7a8f44 100644
--- a/test/hil/hfp.json
+++ b/test/hil/hfp.json
@@ -3,23 +3,38 @@
{
"name": "stm32l412nucleo",
"uid": "41003B000E504E5457323020",
- "flasher": "jlink",
- "flasher_sn": "774470029",
- "flasher_args": "-device STM32L412KB"
+ "tests": {
+ "device": true, "host": false, "dual": false
+ },
+ "flasher": {
+ "name": "jlink",
+ "uid": "774470029",
+ "args": "-device STM32L412KB"
+ }
},
{
"name": "stm32f746disco",
"uid": "210041000C51343237303334",
- "flasher": "jlink",
- "flasher_sn": "770935966",
- "flasher_args": "-device STM32F746NG"
+ "tests": {
+ "device": true, "host": false, "dual": false
+ },
+ "flasher": {
+ "name": "jlink",
+ "uid": "770935966",
+ "args": "-device STM32F746NG"
+ }
},
{
"name": "lpcxpresso43s67",
"uid": "08F000044528BAAA8D858F58C50700F5",
- "flasher": "jlink",
- "flasher_sn": "728973776",
- "flasher_args": "-device LPC43S67_M4"
+ "tests": {
+ "device": true, "host": false, "dual": false
+ },
+ "flasher": {
+ "name": "jlink",
+ "uid": "728973776",
+ "args": "-device LPC43S67_M4"
+ }
}
]
}