Skip to content

Commit

Permalink
remove stm32f769disco since it is not reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 9, 2024
1 parent 98e94a5 commit c343796
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions examples/device/cdc_dual_ports/skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
board:stm32f407disco
board:stm32f411disco
18 changes: 9 additions & 9 deletions test/hil/tinyusb.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
"flasher_sn": "000773661813",
"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",
Expand All @@ -102,15 +111,6 @@
"flasher_sn": "000778170924",
"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",
Expand Down

0 comments on commit c343796

Please sign in to comment.