anchao opened a new pull request, #8442:
URL: https://github.com/apache/nuttx/pull/8442

   ## Summary
   
   tools/Config: stack usage(.su) file should be removed on clean phase
   
   Signed-off-by: chao an <anc...@xiaomi.com>
   
   enable CONFIG_STACK_USAGE, garbage persists after distclean:
   ```
   nuttx$ make distclean
   nuttx$ git status --ignored
   HEAD detached at 9ea809fced
   Ignored files:
     (use "git add -f <file>..." to include in what will be committed)
        .version
        arch/arm/src/arm_allocateheap.su
        arch/arm/src/arm_backtrace_unwind.su
        arch/arm/src/arm_checkstack.su
        arch/arm/src/arm_createstack.su
        arch/arm/src/arm_doirq.su
        arch/arm/src/arm_dumpnvic.su
        arch/arm/src/arm_exit.su
        arch/arm/src/arm_getintstack.su
        arch/arm/src/arm_hardfault.su
        arch/arm/src/arm_idle.su
        arch/arm/src/arm_initialize.su
        arch/arm/src/arm_initialstate.su
        arch/arm/src/arm_lowputs.su
        arch/arm/src/arm_mdelay.su
        arch/arm/src/arm_modifyreg16.su
   ```
   
   Link PR:
   https://github.com/apache/nuttx/pull/8177
   
   ## Impact
   
   N/A
   
   ## Testing
   
   enable  CONFIG_STACK_USAGE, and distclean the garbage
   
   
   


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