File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 43
43
" NUCLEO_F303K8" ,
44
44
" BLUEPILL_F103C8" ,
45
45
" MAPLEMINI_F103CB" ,
46
- " RAK811_TRACKER"
46
+ " RAK811_TRACKER" ,
47
+ " REMRAM_V1"
47
48
]
48
49
},
49
50
{
50
51
"pattern" : " 04.Communication/(Multi)?Serial(Passthrough)?" ,
51
52
"applicable" : true ,
52
53
"boards" : [ " " ]
53
54
},
55
+ {
56
+ "pattern" : " eepromReadWrite|eepromTest_Wire1" ,
57
+ "applicable" : true ,
58
+ "boards" : [ " " ]
59
+ },
54
60
{
55
61
"pattern" : " STM32SD" ,
56
62
"applicable" : true ,
57
63
"boards" : [ " DISCO_F746NG" , " BLACK_F407VE" ]
58
64
},
59
65
{
60
- "pattern" : " / Ethernet/" ,
66
+ "pattern" : " Ethernet/" ,
61
67
"applicable" : false ,
62
68
"boards" : [ " NUCLEO_L031K6" ]
63
69
},
83
89
"pattern" : " X_NUCLEO_IKA01A1_HelloWorld.ino|X_NUCLEO_IHM02A1_HelloWorld.ino" ,
84
90
"applicable" : false ,
85
91
"boards" : [ " RAK811_TRACKER" ]
92
+ },
93
+ {
94
+ "pattern" : " StringComparisonOperators.ino" ,
95
+ "applicable" : false ,
96
+ "boards" : [ " REMRAM_V1" ]
86
97
}
87
98
]
88
99
},
You can’t perform that action at this time.
0 commit comments