Results 627 comments of Alan C. Assis

@masayuki2009 @pkarashchenko @xiaoxiang781216 any idea why issue is happening?

@masayuki2009 any idea why network in the SIM is not accessing when using GDB ?

@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 'depends...

@xiaoxiang781216 actually the issue that @gus-soares19 was facing shouldn't exist according with current Kconfig settings: -> CONFIG_EXAMPLES_POPEN depends on CONFIG_SYSTEM_POPEN -> CONFIG_SYSTEM_POPEN depends on CONFIG_NSH_LIBRARY && CONFIG_PIPES So, I don't...

@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....

@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 have some...

> 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...

> 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...

@j-couch I was able to get it working following the second option "2. Extend the apps/ directory to include a new custom directory" of the Custom Apps guide, with the...

Hi @tsjavaloyes seems like it is already implemented on NuttX (I wasn't aware of it), please Xiang Xiao comment here: https://github.com/apache/nuttx/pull/11648 Actually it is already commented on our official page:...