v01d commented on issue #3142:
URL: 
https://github.com/apache/incubator-nuttx/issues/3142#issuecomment-832775667


   I think that would be related to how to easily create these .conf files. 
While the idea is that you should be able to manually create one, it should 
also be possible to create one via menuconfig. For example, you could generate 
the .conf file from the diff between the current .config and the one being 
saved with options changed. This could then be automated to refresh each .conf 
file by loading the "base defconfig" and doing something like olddefconfig and 
take the diff to the base one to regenerate the .conf file.
   
   In any case, I think that having a few .conf files needing a potential 
manual fix would be much more manageable than having to keep all board's 
defconfigs fresh. For example, some default in nsh changes, you would probably 
have to fix only the nsh related .conf files.
   
   BTW, I wouldn't propose to do this with current build system. Using CMake it 
would be much easier, so I'd leave this be for sometime in the future.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to