sanitycheck: remove default qemu_support=false
This directive is the default, no need to have an ever-expanding enumeration of these. Change-Id: Ic5147fe04de033cb7e97fc5cbe45edd1779d1120 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
018b831a36
commit
779aa6ec0b
2 changed files with 0 additions and 35 deletions
|
@ -8,29 +8,3 @@ supported_toolchains = zephyr gccarmemb
|
||||||
[qemu_cortex_m3]
|
[qemu_cortex_m3]
|
||||||
qemu_support = true
|
qemu_support = true
|
||||||
|
|
||||||
[frdm_k64f]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[arduino_due]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[nucleo_f103rb]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[stm32_mini_a15]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[96b_nitrogen]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[nrf52_pca10040]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[hexiwear_k64]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[nrf51_pca10028]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[arduino_101_ble]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
|
@ -9,21 +9,12 @@ qemu_support = true
|
||||||
[qemu_x86_iamcu]
|
[qemu_x86_iamcu]
|
||||||
qemu_support = true
|
qemu_support = true
|
||||||
|
|
||||||
[minnowboard]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[galileo]
|
|
||||||
qemu_support = false
|
|
||||||
|
|
||||||
[quark_d2000_crb]
|
[quark_d2000_crb]
|
||||||
qemu_support = false
|
|
||||||
microkernel_support = false
|
microkernel_support = false
|
||||||
supported_toolchains = issm zephyr
|
supported_toolchains = issm zephyr
|
||||||
|
|
||||||
[arduino_101]
|
[arduino_101]
|
||||||
qemu_support = false
|
|
||||||
supported_toolchains = issm zephyr
|
supported_toolchains = issm zephyr
|
||||||
|
|
||||||
[quark_se_c1000_devboard]
|
[quark_se_c1000_devboard]
|
||||||
qemu_support = false
|
|
||||||
supported_toolchains = issm zephyr
|
supported_toolchains = issm zephyr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue