simbit18 commented on issue #14281:
URL: https://github.com/apache/nuttx/issues/14281#issuecomment-2422376707

   @raiden00pl 
   refreshsilent (PR https://github.com/apache/nuttx/pull/14401) behaves with 
the same logic as the tools/refresh.sh script used for the refresh stage (make 
build) on GitHub.
   
   See https://github.com/apache/nuttx/blob/master/tools/refresh.sh
   
   example nucleo-l152re/nsh
   
   ./tools/refresh.sh --silent nucleo-l152re/nsh
   + rm -f SAVEconfig
   + mv .config SAVEconfig
   + cp -a boards/arm/stm32/nucleo-l152re/configs/nsh/defconfig .config
   + make olddefconfig
   + make savedefconfig
   + diff boards/arm/stm32/nucleo-l152re/configs/nsh/defconfig defconfig
   
   has been merge with this PR https://github.com/apache/nuttx/pull/13815
   
   
   
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to