Skip to content

Commit 099819b

Browse files
committed
Update CI core configuration
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent bfce9b2 commit 099819b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CI/build/conf/cores_config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"boards": [ "DISCO_F746NG", "BLACK_F407VE", "BLUE_F407VE_Mini" ]
6565
},
6666
{
67-
"pattern": "Ethernet/",
67+
"pattern": "Ethernet/|STM32FreeRTOS",
6868
"applicable": false,
6969
"boards": [ "NUCLEO_L031K6" ]
7070
},
@@ -85,6 +85,16 @@
8585
"MAPLEMINI_F103CB"
8686
]
8787
},
88+
{
89+
"pattern": "X_NUCLEO_NFC03A1_HelloWorld.ino",
90+
"applicable": false,
91+
"boards": [
92+
"DISCO_F030R8",
93+
"DISCO_F100RB",
94+
"NUCLEO_F030R8",
95+
"NUCLEO_L053R8"
96+
]
97+
},
8898
{
8999
"pattern": "X_NUCLEO_|FP_Examples",
90100
"applicable": false,
@@ -101,7 +111,7 @@
101111
"boards": [ "RAK811_TRACKER" ]
102112
},
103113
{
104-
"pattern": "SerialLoop.ino",
114+
"pattern": "SerialLoop.ino|Tests_basic_functions.ino",
105115
"applicable": false,
106116
"boards": [ "NUCLEO_L031K6" ]
107117
}

0 commit comments

Comments
 (0)