We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfce9b2 commit 099819bCopy full SHA for 099819b
CI/build/conf/cores_config.json
@@ -64,7 +64,7 @@
64
"boards": [ "DISCO_F746NG", "BLACK_F407VE", "BLUE_F407VE_Mini" ]
65
},
66
{
67
- "pattern": "Ethernet/",
+ "pattern": "Ethernet/|STM32FreeRTOS",
68
"applicable": false,
69
"boards": [ "NUCLEO_L031K6" ]
70
@@ -85,6 +85,16 @@
85
"MAPLEMINI_F103CB"
86
]
87
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
+ },
98
99
"pattern": "X_NUCLEO_|FP_Examples",
100
@@ -101,7 +111,7 @@
101
111
"boards": [ "RAK811_TRACKER" ]
102
112
103
113
104
- "pattern": "SerialLoop.ino",
114
+ "pattern": "SerialLoop.ino|Tests_basic_functions.ino",
105
115
106
116
107
117
}
0 commit comments