summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-10 00:04:29 +0700
committerhathach <[email protected]>2024-10-10 00:08:47 +0700
commitc3437961b8a9d65ca9efb2f6e22504cf1c695637 (patch)
tree905334b925a0295311e58b6d279e4e8d5834cce1
parent98e94a5d6d5dfd2bb468f3c2f4c9e82925fedd91 (diff)
remove stm32f769disco since it is not reliable
-rw-r--r--examples/device/cdc_dual_ports/skip.txt2
-rw-r--r--test/hil/tinyusb.json18
2 files changed, 11 insertions, 9 deletions
diff --git a/examples/device/cdc_dual_ports/skip.txt b/examples/device/cdc_dual_ports/skip.txt
new file mode 100644
index 000000000..75184e5e5
--- /dev/null
+++ b/examples/device/cdc_dual_ports/skip.txt
@@ -0,0 +1,2 @@
+board:stm32f407disco
+board:stm32f411disco
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",