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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org