zephyr/tests/kernel/common/testcase.yaml
Peter Bigot bb99422c8a lib/os: replace z_vprintk with cbprintf
Using the same implementation as the rest of Zephyr reduces code size.

Update options and expected results for formatting test.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-13 06:38:01 -05:00

36 lines
979 B
YAML

tests:
kernel.common:
tags: kernel userspace
build_on_all: true
min_flash: 33
kernel.common.tls:
tags: kernel userspace
build_on_all: true
min_flash: 33
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE
extra_configs:
- CONFIG_THREAD_LOCAL_STORAGE=y
kernel.common.misra:
tags: kernel userspace
min_flash: 33
# Some configurations are known-incompliant and won't build
filter: not ((CONFIG_I2C or CONFIG_SPI) and CONFIG_USERSPACE)
extra_configs:
- CONFIG_MISRA_SANE=y
kernel.common.nano32:
tags: kernel userspace
build_on_all: true
min_flash: 33
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
kernel.common.nano64:
tags: kernel userspace
build_on_all: true
min_flash: 33
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y
- CONFIG_CBPRINTF_FULL_INTEGRAL=y