summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-08 12:36:45 +0700
committerhathach <[email protected]>2024-10-10 00:08:46 +0700
commit07c14f30a6d6cfb1758e3496c3ea73275ae4a062 (patch)
treecdccbb13708196eb1da8c43dddaab6437455e181 /test
parent599bb0c8227f659b15302dac6a04706c7d3b2a4e (diff)
add f407disco to hil pool
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py2
-rw-r--r--test/hil/tinyusb.json24
2 files changed, 18 insertions, 8 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index 60bba9bd2..0d7cae77e 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -245,7 +245,7 @@ def test_dual_host_info_to_device_cdc(board):
# for pico/pico2 make this test optional
failed_msg = f'Enumerated devices {enum_dev_sn} not match with declared {declared_devs}'
if 'raspberry_pi_pico' in board['name']:
- print(f'\r\n {failed_msg} ', end='')
+ print(f'\r\n {failed_msg} {STATUS_FAILED} ', end='')
else:
assert False, failed_msg
return 0
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 2358c3c4f..44d4a617c 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -21,6 +21,13 @@
"flasher_args": "-device nrf52840_xxaa"
},
{
+ "name": "max32666fthr",
+ "uid": "0C81464124010B20FF0A08CC2C",
+ "flasher": "openocd_adi",
+ "flasher_sn": "E6614C311B597D32",
+ "flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
+ },
+ {
"name": "metro_m4_express",
"uid": "9995AD485337433231202020FF100A34",
"flasher": "jlink",
@@ -31,13 +38,6 @@
}
},
{
- "name": "max32666fthr",
- "uid": "0C81464124010B20FF0A08CC2C",
- "flasher": "openocd_adi",
- "flasher_sn": "E6614C311B597D32",
- "flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
- },
- {
"name": "lpcxpresso11u37",
"uid": "17121919",
"flasher": "jlink",
@@ -83,6 +83,16 @@
"flasher_args": "-device stm32f072rb"
},
{
+ "name": "stm32f407disco",
+ "uid": "30001A000647313332353735",
+ "build" : {
+ "flags_on": ["", "CFG_TUD_DWC2_DMA"]
+ },
+ "flasher": "jlink",
+ "flasher_sn": "000773661813",
+ "flasher_args": "-device stm32f407vg"
+ },
+ {
"name": "stm32f769disco",
"uid": "21002F000F51363531383437",
"build" : {