nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Added a small usability improve for Unix.mk savedefconfig

Open ValentiWorkLearning opened this issue 7 months ago • 3 comments

Note: Please adhere to Contributing Guidelines.

Summary

I've found that while working on the custom board initial platform bringup it's a kind of:

  • make menuconfig
  • make savedefconfig
  • git add
  • git commit

When the board is configured to be out-of-tree, then it's possible to simply forget where the defconfig is stored/how to navigate into it.

Impact

Buildsystem

Testing

Just a simple make savedefconfig is enough:

"The defconfig was generated successfully at /workspaces/rtos_labs/nuttxspace/nuttx/defconfig .If you're building out-of-tree configuration, then copy it to your configuration defconfig"

ValentiWorkLearning avatar May 05 '25 07:05 ValentiWorkLearning

hi @ValentiWorkLearning replace Unix.ml with Unix.mk in the title

simbit18 avatar May 05 '25 09:05 simbit18

Re-requested review just to ask, what should be done with this PR then 😄 Should I refactor it somehow or can we merge it?

ValentiWorkLearning avatar Jun 05 '25 06:06 ValentiWorkLearning

Re-requested review just to ask, what should be done with this PR then 😄 Should I refactor it somehow or can we merge it?

@anchao do you have more concern?

xiaoxiang781216 avatar Jun 05 '25 07:06 xiaoxiang781216

@anchao could you please review/approve ?

acassis avatar Jun 27 '25 13:06 acassis