boards: Add panther & panther_ss to sanity
Change-Id: I08345fb1063a4ba38095fca6512c5b7eb3e96da8 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
44d7cff207
commit
d3d2fab1ba
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[arch]
|
||||
name = arc
|
||||
platforms = arduino_101_sss quark_se_c1000_ss_devboard em_starterkit
|
||||
platforms = arduino_101_sss quark_se_c1000_ss_devboard em_starterkit panther_ss
|
||||
supported_toolchains = issm zephyr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[arch]
|
||||
name = x86
|
||||
platforms = qemu_x86_iamcu arduino_101 qemu_x86 minnowboard galileo quark_d2000_crb quark_se_c1000_devboard
|
||||
tinytile
|
||||
tinytile panther
|
||||
supported_toolchains = zephyr
|
||||
|
||||
[qemu_x86]
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
[test]
|
||||
build_only = true
|
||||
tags = samples power
|
||||
platform_exclude = tinytile
|
||||
platform_exclude = tinytile panther
|
||||
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
|
||||
|
||||
[test_socwatch]
|
||||
extra_args = CONF_FILE="prj_socwatch.conf"
|
||||
build_only = true
|
||||
tags = samples power
|
||||
platform_exclude = tinytile
|
||||
platform_exclude = tinytile panther
|
||||
filter = CONFIG_SOC_QUARK_SE_C1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue