This reverts commit 49ac1912b2.
PR #73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.
For more details on the issue see
https://github.com/zephyrproject-rtos/zephyr/issues/75205
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
25 lines
492 B
Plaintext
25 lines
492 B
Plaintext
CONFIG_POSIX_API=y
|
|
CONFIG_ZTEST=y
|
|
|
|
# for POSIX_FILESYSTEM
|
|
CONFIG_POSIX_FILE_SYSTEM=y
|
|
|
|
# for networking things to work
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_POSIX_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
# For e.g. sched_get_priority_max()
|
|
CONFIG_POSIX_PRIORITY_SCHEDULING=y
|
|
|
|
# For putmsg(), etc
|
|
CONFIG_XOPEN_STREAMS=y
|
|
|
|
# for when CONFIG_POSIX_API is not selected
|
|
CONFIG_POSIX_THREADS=y
|
|
CONFIG_POSIX_TIMERS=y
|
|
CONFIG_POSIX_MESSAGE_PASSING=y
|
|
CONFIG_EVENTFD=y
|
|
CONFIG_POSIX_C_LIB_EXT=y
|