acassis commented on PR #17352: URL: https://github.com/apache/nuttx/pull/17352#issuecomment-3557938504
> 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 > So, I think we are near to get it. I just don't understand why POSIX_ADA_LANG_SUPPORT is a requirement? Seems like some ADA lover was in the committee that defined it. > @acassis I don't think this is true. Posix timers and pthreads are required even for PSE51 (`POSIX_THREADS_BASE`, `_POSIX_TIMERS`) According to https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/threads.h.html some subprofiles can define it optional. -- 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]
