raiden00pl commented on PR #17352: URL: https://github.com/apache/nuttx/pull/17352#issuecomment-3557840956
POSIX PSE5x configuration from Kconfig is not so easy. Here is a summary of the functionality required by POSIX subprofiles: https://nuttx.apache.org/docs/latest/standards/posix.html > Actually we need to understand that some features in POSIX compliant system are optional (like posix timer, pthreads, etc) and other are mandatory (like signals). So maybe these features just need to depend on DEFAULT_SMALL, like it is currently @acassis I don't think this is true. Posix timers and pthreads are required even for PSE51 (`POSIX_THREADS_BASE`, `_POSIX_TIMERS`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
