You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/10/30 10:20:41 UTC

[GitHub] [incubator-nuttx-apps] raiden00pl opened a new pull request #869: examples/foc: use getopt to parse arguments

raiden00pl opened a new pull request #869:
URL: https://github.com/apache/incubator-nuttx-apps/pull/869


   ## Summary
   examples/foc: use getopt to parse arguments
   
   ## Impact
   More FLASH is used, but further development of the app will be easier.
   
   ```
   [raiden00:~/git/RTOS/nuttx/nuttx]$ arm-none-eabi-size nuttx_f302_old                                                                                                                                                                                                                       
      text	   data	    bss	    dec	    hex	filename                    
     61596	    684	   3184	  65464	   ffb8	nuttx_f302_old
     
   [raiden00:~/git/RTOS/nuttx/nuttx]$ arm-none-eabi-size nuttx_f302_getopt                                                                                                                                                                                                                    
      text	   data	    bss	    dec	    hex	filename
     62100	    844	   3184	  66128	  10250	nuttx_f302_getopt
   ```
   
   ## Testing
   b-g431b-esc1


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #869: examples/foc: use getopt to parse arguments

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #869:
URL: https://github.com/apache/incubator-nuttx-apps/pull/869


   


-- 
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-unsubscribe@nuttx.apache.org

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