no1wudi opened a new pull request, #1559:
URL: https://github.com/apache/nuttx-apps/pull/1559

   
   ## Summary
   
   Replace all fwrite/fread/fgets/... to write/read/... .
   
   Before:
   ```
      text    data     bss     dec     hex filename
    100527     317    5324  106168   19eb8 nuttx/nuttx
   ```
   After:
   ```
      text    data     bss     dec     hex filename
     99073     317    5324  104714   1990a nuttx/nuttx
   ```
   After with CONFIG_FILE_STREAM disabled:
   ```
      text    data     bss     dec     hex filename
     96759     317    5324  102400   19000 nuttx/nuttx
   ```
   ## Impact
   nsh
   ## Testing
   QEMU
   


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