2021-05-08 18:47:05 +08:00
|
|
|
common:
|
2021-07-08 20:49:04 +08:00
|
|
|
tags: base userspace
|
2021-05-08 18:47:05 +08:00
|
|
|
min_flash: 33
|
2022-06-29 20:28:47 +08:00
|
|
|
timeout: 120
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2018-02-16 23:06:27 +08:00
|
|
|
kernel.common:
|
2019-09-25 06:26:02 +08:00
|
|
|
build_on_all: true
|
2020-10-06 06:00:19 +08:00
|
|
|
kernel.common.tls:
|
2020-12-14 13:26:37 +08:00
|
|
|
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
|
2020-10-06 06:00:19 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_THREAD_LOCAL_STORAGE=y
|
2019-02-28 03:53:18 +08:00
|
|
|
kernel.common.misra:
|
|
|
|
# Some configurations are known-incompliant and won't build
|
2020-11-10 07:30:40 +08:00
|
|
|
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE)
|
2021-05-08 18:47:05 +08:00
|
|
|
integration_platforms:
|
|
|
|
- native_posix
|
2019-02-28 03:53:18 +08:00
|
|
|
extra_configs:
|
|
|
|
- CONFIG_MISRA_SANE=y
|
2020-11-09 09:57:52 +08:00
|
|
|
kernel.common.nano32:
|
|
|
|
filter: not CONFIG_KERNEL_COHERENCE
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_NANO=y
|
|
|
|
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
|
2021-04-19 20:26:05 +08:00
|
|
|
platform_exclude: qemu_arc_hs6x
|
2020-11-09 09:57:52 +08:00
|
|
|
kernel.common.nano64:
|
|
|
|
filter: not CONFIG_KERNEL_COHERENCE
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_CBPRINTF_NANO=y
|
|
|
|
- CONFIG_CBPRINTF_FULL_INTEGRAL=y
|
2022-06-07 05:12:43 +08:00
|
|
|
kernel.common.picolibc:
|
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
tags: picolibc
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_PICOLIBC=y
|