xiaoxiang781216 opened a new pull request, #6613:
URL: https://github.com/apache/incubator-nuttx/pull/6613

   ## Summary
   but just format the low 32bits if CONFIG_LIBC_LONG_LONG isn't enabled to
   avoid to expand the code space to much.
   Note: the size will increase 192 bytes on stm32_tiny:nsh.
   Before the change:
   ···
       text    data     bss     dec     hex filename
     41444     184    1656   43284    a914 nuttx
   ···
   After the change:
   ···
      text    data     bss     dec     hex filename
     41636     184    1656   43476    a9d4 nuttx
   ···
   
   ## Impact
   
   ## Testing
   Pass CI
   


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