You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: posix: Use more fine-grained and orthogonal Kconfig options
Basic requirements:
1. It should be possible to control whether include/posix/ is
added to include search path or not.
2. It should be possible to use individual parts of POSIX API,
without bringing in everything else. For example, if user is
interested in just sleep(), should be possible to enable just
that.
3. Keep existing CONFIG_POSIX_API as "master switch", which
enables "a lot of POSIX APIs".
Fixes: zephyrproject-rtos#12965
Signed-off-by: Paul Sokolovsky <[email protected]>
0 commit comments