On 11/7/2024 12:34 PM, Tomek CEDRO wrote:
Still it will be possible to set _by_hand_ other values (i.e. int32_t or uint32_t) via kconfig when necessary for older / smaller platforms.
But not POSIX 2024 compliant. We have forbid non-compliant options in the past. The option would basic say "Select to make NuttX non-compliant with POSIX." We don't usually allow that kind of option; many useful Kconfig options have been removed just that reason. Since the size of time_t is 64-bits in all cases, I think we have to comply.