File tree Expand file tree Collapse file tree 4 files changed +42
-22
lines changed Expand file tree Collapse file tree 4 files changed +42
-22
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
- name : Compile AVR Unittests ATmega
198
198
if : always()
199
199
run : |
200
- (cd test && make compile-mega-2560-pro )
200
+ (cd test && make compile-mega-2560-pro_A compile-mega-2560-pro_B )
201
201
- name : Quick compile HAL for AVR Devices
202
202
if : always()
203
203
run : |
Original file line number Diff line number Diff line change @@ -133,7 +133,11 @@ run-arduino-nano_H:
133
133
$(call run-test,arduino-nano_H,size)
134
134
135
135
136
- compile-mega-2560-pro :
137
- $(call compile-test,mega-2560-pro,size)
138
- run-mega-2560-pro :
139
- $(call run-test,mega-2560-pro,size)
136
+ compile-mega-2560-pro_A :
137
+ $(call compile-test,mega-2560-pro_A,size)
138
+ run-mega-2560-pro_A :
139
+ $(call run-test,mega-2560-pro_A,size)
140
+ compile-mega-2560-pro_B :
141
+ $(call compile-test,mega-2560-pro_B,size)
142
+ run-mega-2560-pro_B :
143
+ $(call run-test,mega-2560-pro_B,size)
Original file line number Diff line number Diff line change
1
+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2
+ <library >
3
+ <extends >modm:mega-2560-pro</extends >
4
+ <options >
5
+ <option name =" modm:build:build.path" >../../build/generated-unittest/mega-2560-pro_A/</option >
6
+ <option name =" modm:build:unittest.source" >../../build/generated-unittest/mega-2560-pro_A/modm-test</option >
7
+ <option name =" modm:build:info.git" >Disabled</option >
8
+ <option name =" modm:io:with_float" >True</option >
9
+ <option name =" modm:io:with_long_long" >True</option >
10
+ <option name =" modm:io:with_printf" >True</option >
11
+ </options >
12
+
13
+ <modules >
14
+ <module >modm-test:test:architecture</module >
15
+ <module >modm-test:test:communication:sab</module >
16
+ <module >modm-test:test:communication:xpcc</module >
17
+ <module >modm-test:test:container</module >
18
+ <module >modm-test:test:driver</module >
19
+ <module >modm-test:test:stdc++</module >
20
+ <module >modm-test:test:io</module >
21
+
22
+ <!-- <module>modm-test:test:platform:**</module>
23
+ <module>modm-test:test:processing</module>
24
+ <module>modm-test:test:ui</module>
25
+ <module>modm-test:test:math</module> -->
26
+ </modules >
27
+ </library >
Original file line number Diff line number Diff line change 2
2
<library >
3
3
<extends >modm:mega-2560-pro</extends >
4
4
<options >
5
- <option name =" modm:build:build.path" >../../build/generated-unittest/mega-2560-pro /</option >
6
- <option name =" modm:build:unittest.source" >../../build/generated-unittest/mega-2560-pro /modm-test</option >
5
+ <option name =" modm:build:build.path" >../../build/generated-unittest/mega-2560-pro_B /</option >
6
+ <option name =" modm:build:unittest.source" >../../build/generated-unittest/mega-2560-pro_B /modm-test</option >
7
7
<option name =" modm:build:info.git" >Disabled</option >
8
8
<option name =" modm:io:with_float" >True</option >
9
9
<option name =" modm:io:with_long_long" >True</option >
10
10
<option name =" modm:io:with_printf" >True</option >
11
11
</options >
12
12
13
13
<modules >
14
- <module >modm-test:test:architecture</module >
15
- <!-- <module>modm-test:test:communication:sab</module> -->
16
-
17
-
18
- <!-- <module>modm-test:test:communication:xpcc</module> -->
19
-
20
-
14
+ <!-- <module>modm-test:test:architecture</module>
15
+ <module>modm-test:test:communication:sab</module>
16
+ <module>modm-test:test:communication:xpcc</module>
21
17
<module>modm-test:test:container</module>
22
-
23
-
24
18
<module>modm-test:test:driver</module>
25
19
<module>modm-test:test:stdc++</module>
20
+ <module>modm-test:test:io</module> -->
26
21
27
-
28
- <module >modm-test:test:io</module >
29
22
<module >modm-test:test:platform:**</module >
30
-
31
-
32
23
<module >modm-test:test:processing</module >
33
-
34
-
35
24
<module >modm-test:test:ui</module >
36
25
<module >modm-test:test:math</module >
37
26
</modules >
You can’t perform that action at this time.
0 commit comments