On Tue, Jul 14, 2020 at 7:48 AM Fotis Panagiotopoulos <f.j.pa...@gmail.com> wrote:
> Another thing that I was thinking is about NuttX configuration. The file > .config is included in the .gitignore file. So the actual NuttX > configuration is not tracked. > How do you usually handle this? I manually save that file in my board's configs directory. I do 'make savedefconfig' to save a file that can be used with tools/configure.sh but I also save the .config, giving it the name fullconfig. That's because the file saved by 'make savedefconfig' only contains options that differ from the default. Nathan