diff options
| author | hathach <[email protected]> | 2024-10-10 00:04:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-10 00:08:47 +0700 |
| commit | c3437961b8a9d65ca9efb2f6e22504cf1c695637 (patch) | |
| tree | 905334b925a0295311e58b6d279e4e8d5834cce1 /test | |
| parent | 98e94a5d6d5dfd2bb468f3c2f4c9e82925fedd91 (diff) | |
remove stm32f769disco since it is not reliable
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 44d4a617c..2313f5d13 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -93,6 +93,15 @@ "flasher_args": "-device stm32f407vg" }, { + "name": "stm32g0b1nucleo", + "uid": "4D0038000450434E37343120", + "flasher": "openocd", + "flasher_sn": "066FFF495087534867063844", + "flasher_args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" + } + ], + "boards-skip": [ + { "name": "stm32f769disco", "uid": "21002F000F51363531383437", "build" : { @@ -103,15 +112,6 @@ "flasher_args": "-device stm32f769ni" }, { - "name": "stm32g0b1nucleo", - "uid": "4D0038000450434E37343120", - "flasher": "openocd", - "flasher_sn": "066FFF495087534867063844", - "flasher_args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" - } - ], - "boards-skip": [ - { "name": "mimxrt1015_evk", "uid": "DC28F865D2111D228D00B0543A70463C", "flasher": "jlink", |
