Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
gus-soares19 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868526395 > > But as shown in the second image in my previous reply, there is no dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I was capable of enabling _SYS

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868521722 > One (naive) way of doing that is making the menuconfig save the timestamp of when it was last edited and then comparing with the actual timestamp of the .config file. Idk if this w

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-24 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868520412 > But as shown in the second image in my previous reply, there is no dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I was capable of enabling _SYSTEM_POP

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-23 Thread via GitHub
lucasssvaz commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868349306 One (naive) way of doing that is making the menuconfig save the timestamp of when it was last edited and then comparing with the actual timestamp of the .config file. Idk if this

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-23 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868332718 @xiaoxiang781216 currently we have the "-dirty" feature that @lucasssvaz implemented to let us know when the user edited the default config using make menuconfig. Maybe we need to h

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-23 Thread via GitHub
gus-soares19 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868331970 But as shown in the second image in my previous reply, there is no dependency on _PIPES_, only requiring _NSH_LIBRARY_ to be enabled. This way I was capable of enabling _SYSTEM_

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-23 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868329896 @gus-soares19 you cannot find them because of the "depends on". When a feature A "depends on" feature B, it will not be displayed until you enable first the feature B. So in t

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-23 Thread via GitHub
gus-soares19 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868317100 > Could you reproduce the problem in a clear repo? Using a new installation, trying to search for _CONFIG_EXAMPLES_POPEN_ and _CONFIG_SYSTEM_POPEN_, I couldn't enable them

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-22 Thread via GitHub
xiaoxiang781216 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868182241 But you must enable CONFIG_PIPES in defconfig, otherwise CONFIG_EXAMPLES_POPEN/CONFIG_SYSTEM_POPEN will be ignored by kconfig tool since the dependence requirement isn't matc

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-22 Thread via GitHub
gus-soares19 commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868072093 No, I did not. I enabled both CONFIG_EXAMPLES_POPEN and CONFIG_SYSTEM_POPEN using menuconfig. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-22 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1868068167 @xiaoxiang781216 actually the issue that @gus-soares19 was facing should exist according with current Kconfig settings: -> CONFIG_EXAMPLES_POPEN depends on CONFIG_SYSTEM_POPEN

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-21 Thread via GitHub
acassis commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1866704354 @gus-soares19 thank you for reporting about it at NuttX mailing list and for opening the issue here. > it's better to use `depends on` not `select`. Currently it is 'dep

Re: [I] Make OPEN option select FIFO and named pipes configuration [nuttx]

2023-12-21 Thread via GitHub
hartmannathan commented on issue #11435: URL: https://github.com/apache/nuttx/issues/11435#issuecomment-1866532550 This issue was noticed during this email thread: https://lists.apache.org/thread/fnpv47sslyyzzjwkw6ydmdwclf8vfqzj -- This is an automated message from the Apache Git Service.