File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
tags = legacy footprint
3
3
extra_args = TEST =min
4
4
build_only = true
5
+ platform_exclude = tinytile
5
6
filter = not CONFIG_BOARD_GALILEO
6
7
7
8
[footprint-reg]
8
9
tags = legacy footprint
9
10
extra_args = TEST =reg
10
11
build_only = true
11
12
arch_whitelist = x86
13
+ platform_exclude = tinytile
12
14
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
13
15
14
16
[footprint-max]
15
17
tags = legacy footprint
16
18
extra_args = TEST =max
17
19
build_only = true
18
20
arch_whitelist = x86
21
+ platform_exclude = tinytile
19
22
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
20
23
21
24
[footprint-float]
22
25
tags = legacy footprint
23
26
extra_args = TEST =float
24
27
build_only = true
25
28
arch_whitelist = x86
29
+ platform_exclude = tinytile
26
30
filter = not CONFIG_CPU_MINUTEIA
Original file line number Diff line number Diff line change 1
1
[footprint-min]
2
2
tags = legacy footprint
3
3
extra_args = TEST =min
4
+ platform_exclude = tinytile
4
5
build_only = true
5
6
6
7
[footprint-reg]
7
8
tags = legacy footprint
8
9
extra_args = TEST =reg
10
+ platform_exclude = tinytile
9
11
build_only = true
10
12
11
13
[footprint-max]
12
14
tags = legacy footprint
13
15
extra_args = TEST =max
16
+ platform_exclude = tinytile
14
17
build_only = true
15
18
16
19
[footprint-float]
17
20
tags = legacy footprint
18
21
extra_args = TEST =float
19
22
build_only = true
20
23
arch_whitelist = x86
24
+ platform_exclude = tinytile
21
25
filter = not CONFIG_CPU_MINUTEIA
Original file line number Diff line number Diff line change 1
1
[test]
2
2
build_only = true
3
3
tags = samples power
4
+ platform_exclude = tinytile
4
5
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
5
6
6
7
[test_socwatch]
7
8
extra_args = CONF_FILE =" prj_socwatch.conf"
8
9
build_only = true
9
10
tags = samples power
11
+ platform_exclude = tinytile
10
12
filter = CONFIG_SOC_QUARK_SE_C1000
You can’t perform that action at this time.
0 commit comments