diff options
| author | hathach <[email protected]> | 2024-11-11 17:33:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-11 17:33:02 +0700 |
| commit | d8970506a6999bb838fd61cdd1e97f57843d3f2d (patch) | |
| tree | 69b20ffa6bc6bc2e8d0fa98eece6962b7d1939c8 | |
| parent | 57c8c223e5f873e8075eb807844140004c74472d (diff) | |
hil replace f407disco by h743nucleo
| -rw-r--r-- | test/hil/tinyusb.json | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index f5a3f109e..ea5345126 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -93,11 +93,14 @@ "flasher_args": "-device stm32f072rb" }, { - "name": "stm32f407disco", - "uid": "30001A000647313332353735", - "flasher": "jlink", - "flasher_sn": "000773661813", - "flasher_args": "-device stm32f407vg" + "name": "stm32h743nucleo", + "uid": "110018000951383432343236", + "build" : { + "flags_on": ["", "CFG_TUD_DWC2_DMA"] + }, + "flasher": "stlink", + "flasher_sn": "004C00343137510F39383538", + "flasher_args": "" }, { "name": "stm32g0b1nucleo", @@ -131,6 +134,13 @@ "flasher": "openocd_wch", "flasher_sn": "EBCA8F0670AF", "flasher_args": "" + }, + { + "name": "stm32f407disco", + "uid": "30001A000647313332353735", + "flasher": "jlink", + "flasher_sn": "000773661813", + "flasher_args": "-device stm32f407vg" } ] } |
