1common: 2 filter: not CONFIG_NATIVE_LIBC 3 tags: 4 - posix 5 - clock_selection 6 # 1 tier0 platform per supported architecture 7 platform_key: 8 - arch 9 - simulation 10 integration_platforms: 11 - qemu_riscv64 12 min_flash: 64 13 min_ram: 32 14tests: 15 portability.posix.clock_selection: {} 16 portability.posix.clock_selection.minimal: 17 extra_configs: 18 - CONFIG_MINIMAL_LIBC=y 19 portability.posix.clock_selection.newlib: 20 filter: TOOLCHAIN_HAS_NEWLIB == 1 21 extra_configs: 22 - CONFIG_NEWLIB_LIBC=y 23 - CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=8192 24 portability.posix.clock_selection.picolibc: 25 tags: picolibc 26 filter: CONFIG_PICOLIBC_SUPPORTED 27 extra_configs: 28 - CONFIG_PICOLIBC=y 29