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 22tags = legacy footprint
33extra_args = TEST =min
44build_only = true
5+ platform_exclude = tinytile
56filter = not CONFIG_BOARD_GALILEO
67
78[footprint-reg]
89tags = legacy footprint
910extra_args = TEST =reg
1011build_only = true
1112arch_whitelist = x86
13+ platform_exclude = tinytile
1214filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
1315
1416[footprint-max]
1517tags = legacy footprint
1618extra_args = TEST =max
1719build_only = true
1820arch_whitelist = x86
21+ platform_exclude = tinytile
1922filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
2023
2124[footprint-float]
2225tags = legacy footprint
2326extra_args = TEST =float
2427build_only = true
2528arch_whitelist = x86
29+ platform_exclude = tinytile
2630filter = not CONFIG_CPU_MINUTEIA
Original file line number Diff line number Diff line change 11[footprint-min]
22tags = legacy footprint
33extra_args = TEST =min
4+ platform_exclude = tinytile
45build_only = true
56
67[footprint-reg]
78tags = legacy footprint
89extra_args = TEST =reg
10+ platform_exclude = tinytile
911build_only = true
1012
1113[footprint-max]
1214tags = legacy footprint
1315extra_args = TEST =max
16+ platform_exclude = tinytile
1417build_only = true
1518
1619[footprint-float]
1720tags = legacy footprint
1821extra_args = TEST =float
1922build_only = true
2023arch_whitelist = x86
24+ platform_exclude = tinytile
2125filter = not CONFIG_CPU_MINUTEIA
Original file line number Diff line number Diff line change 11[test]
22build_only = true
33tags = samples power
4+ platform_exclude = tinytile
45filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
56
67[test_socwatch]
78extra_args = CONF_FILE =" prj_socwatch.conf"
89build_only = true
910tags = samples power
11+ platform_exclude = tinytile
1012filter = CONFIG_SOC_QUARK_SE_C1000
You can’t perform that action at this time.
0 commit comments