@@ -61,14 +61,17 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
61
61
"https://redbearlab.github.io/arduino/package_redbearlab_index.json" ,
62
62
"http://drazzy.com/package_drazzy.com_index.json" ,
63
63
// confirmed 2020 03 09 version 25 12 17
64
- "https://raw.githubusercontent.com/avandalen/SAM15x15/master/package_avdweb_nl_index.json" , };
64
+ "https://raw.githubusercontent.com/avandalen/SAM15x15/master/package_avdweb_nl_index.json" ,
65
+
66
+ // uses busybox on windows so command line issues and on Linux the all in one archive build fails
67
+ "https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json" ,
68
+ };
65
69
private static final String [] packageUrlsToIgnoreonWindows = {
66
70
// following packages did not work in the arduino ide on windows at last test
67
71
// confirmed 220 03 09 was version 1.0
68
72
"https://ardhat.github.io/ardhat-board-support/arduino/package_ardhat_index.json" ,
69
73
70
- // uses busybox so command line issues I think
71
- "https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json" ,
74
+
72
75
73
76
};
74
77
private static final String [] packageUrlsToIgnoreOnLinux = {
@@ -129,6 +132,9 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
129
132
130
133
// folder casing problem
131
134
"LilyPad LilyMini" ,
135
+
136
+ //linkerscript file name casing problem; github code is old
137
+ "DFRduino M0 MainBoard" ,
132
138
133
139
};
134
140
private static final String [] packageUrlsFromThirthPartyWebPage = {
0 commit comments