Cynerd commented on PR #19242:
URL: https://github.com/apache/nuttx/pull/19242#issuecomment-4854762007

   @xiaoxiang781216 this MR is not the fault. I just checked build and this is 
without this commit:
   ```
   Memory region         Used Size  Region Size  %age Used
              flash:       62668 B        64 KB     95.62%
               sram:        3548 B         8 KB     43.31%
   ```
   and this is with this commit:
   ```
   Memory region         Used Size  Region Size  %age Used
              flash:       62664 B        64 KB     95.62%
               sram:        3548 B         8 KB     43.31%
   ```
   That is what I expected to see. Pretty much the same size because the code 
for 64-bit float was just replaced with 128-bit float.
   
   But once I pull the latest apps I have the same issue as reported by CI:
   ```
   Memory region         Used Size  Region Size  %age Used
              flash:       65780 B        64 KB    100.37%
               sram:        3548 B         8 KB     43.31%
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to