summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2023-08-08 17:34:45 +0200
committerHiFiPhile <[email protected]>2023-08-08 17:34:45 +0200
commit56bed1e5811a97016533a25069408e45dd6f41ba (patch)
tree2da7810a692b634931a98d73a66275dbc39e8d10 /test
parent3444c4abe5d12ac2a74726cb244525f9481830ff (diff)
Flash board_test when done, skip cdc_msc for LPC54.
Diffstat (limited to 'test')
-rw-r--r--test/hitl/hitl_hfp.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/test/hitl/hitl_hfp.json b/test/hitl/hitl_hfp.json
index 297ae8b81..426123288 100644
--- a/test/hitl/hitl_hfp.json
+++ b/test/hitl/hitl_hfp.json
@@ -21,6 +21,10 @@
{
"name": "dfu_runtime",
"firmware": "examples/device/dfu_runtime/_build/stm32l412nucleo/dfu_runtime.elf"
+ },
+ {
+ "name": "board_test",
+ "firmware": "examples/device/board_test/_build/stm32l412nucleo/board_test.elf"
}
]
},
@@ -45,6 +49,10 @@
{
"name": "dfu_runtime",
"firmware": "examples/device/dfu_runtime/_build/stm32f746disco/dfu_runtime.elf"
+ },
+ {
+ "name": "board_test",
+ "firmware": "examples/device/board_test/_build/stm32f746disco/board_test.elf"
}
]
},
@@ -59,16 +67,16 @@
"firmware": "examples/device/cdc_dual_ports/_build/lpcxpresso54628/cdc_dual_ports.elf"
},
{
- "name": "cdc_msc",
- "firmware": "examples/device/cdc_msc/_build/lpcxpresso54628/cdc_msc.elf"
- },
- {
"name": "dfu",
"firmware": "examples/device/dfu/_build/lpcxpresso54628/dfu.elf"
},
{
"name": "dfu_runtime",
"firmware": "examples/device/dfu_runtime/_build/lpcxpresso54628/dfu_runtime.elf"
+ },
+ {
+ "name": "board_test",
+ "firmware": "examples/device/board_test/_build/lpcxpresso54628/board_test.elf"
}
]
}