1common: 2 tags: base userspace 3 min_flash: 33 4tests: 5 kernel.common: 6 build_on_all: true 7 kernel.common.tls: 8 filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE 9 extra_configs: 10 - CONFIG_THREAD_LOCAL_STORAGE=y 11 kernel.common.misra: 12 # Some configurations are known-incompliant and won't build 13 filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE) 14 integration_platforms: 15 - native_posix 16 extra_configs: 17 - CONFIG_MISRA_SANE=y 18 kernel.common.nano32: 19 filter: not CONFIG_KERNEL_COHERENCE 20 extra_configs: 21 - CONFIG_CBPRINTF_NANO=y 22 - CONFIG_CBPRINTF_REDUCED_INTEGRAL=y 23 platform_exclude: qemu_arc_hs6x 24 kernel.common.nano64: 25 filter: not CONFIG_KERNEL_COHERENCE 26 extra_configs: 27 - CONFIG_CBPRINTF_NANO=y 28 - CONFIG_CBPRINTF_FULL_INTEGRAL=y 29