21 lines
562 B
YAML
21 lines
562 B
YAML
|
common:
|
||
|
filter: dt_chosen_enabled("zephyr,entropy") and CONFIG_ENTROPY_HAS_DRIVER and
|
||
|
not CONFIG_NATIVE_LIBC
|
||
|
integration_platforms:
|
||
|
- native_sim
|
||
|
tags:
|
||
|
- posix
|
||
|
- getentropy
|
||
|
tests:
|
||
|
portability.posix.getentropy: {}
|
||
|
portability.posix.getentropy.newlib:
|
||
|
filter: CONFIG_NEWLIB_LIBC_SUPPORTED
|
||
|
extra_configs:
|
||
|
- CONFIG_NEWLIB_LIBC=y
|
||
|
- CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=4096
|
||
|
portability.posix.getentropy.picolibc:
|
||
|
tags: picolibc
|
||
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
||
|
extra_configs:
|
||
|
- CONFIG_PICOLIBC=y
|