mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
remove stm32f769disco since it is not reliable
This commit is contained in:
parent
98e94a5d6d
commit
c3437961b8
2
examples/device/cdc_dual_ports/skip.txt
Normal file
2
examples/device/cdc_dual_ports/skip.txt
Normal file
@ -0,0 +1,2 @@
|
||||
board:stm32f407disco
|
||||
board:stm32f411disco
|
@ -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",
|
||||
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user