Skip to content

Commit a320623

Browse files
committed
[CI] Do not build Ethernet for Nucleo L031K6
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 11deeab commit a320623

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CI/build/conf/cores_config.json

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"applicable": true,
5757
"boards": [ "DISCO_F746NG" ]
5858
},
59+
{
60+
"pattern": "/Ethernet/",
61+
"applicable": false,
62+
"boards": [ "NUCLEO_L031K6" ]
63+
},
5964
{
6065
"pattern": "09.USB",
6166
"applicable": true,

0 commit comments

Comments
 (0)