Skip to content

Commit 0be07a6

Browse files
committed
[CI] Update config after USB rework
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent f60b91a commit 0be07a6

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

CI/build/conf/cores_config.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
{
88
"name": "NUCLEO_L031K6",
99
"options": "opt=oslto"
10-
},
11-
{
12-
"name": "BLUEPILL_F103C8",
13-
"options": "flash=C8"
1410
}
1511
],
1612
"sketches": [
@@ -76,8 +72,22 @@
7672
{
7773
"pattern": "09.USB",
7874
"applicable": true,
79-
"boards": [ "NUCLEO_F429ZI", "DISCO_L475VG_IOT", "DISCO_F407VG" ],
80-
"options": "usb=HID"
75+
"boards": [
76+
"BLUEPILL_F103C8",
77+
"BLACK_F407VE",
78+
"MAPLEMINI_F103CB",
79+
"NUCLEO_F207ZG",
80+
"NUCLEO_F429ZI",
81+
"NUCLEO_L496ZG-P",
82+
"NUCLEO_L4R5ZI-P",
83+
"NUCLEO_H743ZI",
84+
"DISCO_F072RB",
85+
"DISCO_F407VG",
86+
"DISCO_F746NG",
87+
"DISCO_L072CZ_LRWAN1",
88+
"DISCO_L475VG_IOT"
89+
],
90+
"options": "usb=HIDFS"
8191
},
8292
{
8393
"pattern": "X_NUCLEO_IDB05A1_HelloWorld.ino",

0 commit comments

Comments
 (0)