Skip to content

Commit f07cd11

Browse files
committed
[CI] Update sketches applicability
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 5325b40 commit f07cd11

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CI/build/conf/cores_config.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,27 @@
4343
"NUCLEO_F303K8",
4444
"BLUEPILL_F103C8",
4545
"MAPLEMINI_F103CB",
46-
"RAK811_TRACKER"
46+
"RAK811_TRACKER",
47+
"REMRAM_V1"
4748
]
4849
},
4950
{
5051
"pattern": "04.Communication/(Multi)?Serial(Passthrough)?",
5152
"applicable": true,
5253
"boards": [ "" ]
5354
},
55+
{
56+
"pattern": "eepromReadWrite|eepromTest_Wire1",
57+
"applicable": true,
58+
"boards": [ "" ]
59+
},
5460
{
5561
"pattern": "STM32SD",
5662
"applicable": true,
5763
"boards": [ "DISCO_F746NG", "BLACK_F407VE" ]
5864
},
5965
{
60-
"pattern": "/Ethernet/",
66+
"pattern": "Ethernet/",
6167
"applicable": false,
6268
"boards": [ "NUCLEO_L031K6" ]
6369
},
@@ -83,6 +89,11 @@
8389
"pattern": "X_NUCLEO_IKA01A1_HelloWorld.ino|X_NUCLEO_IHM02A1_HelloWorld.ino",
8490
"applicable": false,
8591
"boards": [ "RAK811_TRACKER" ]
92+
},
93+
{
94+
"pattern": "StringComparisonOperators.ino",
95+
"applicable": false,
96+
"boards": [ "REMRAM_V1" ]
8697
}
8798
]
8899
},

0 commit comments

Comments
 (0)