You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/10/30 15:08:15 UTC

[incubator-nuttx-apps] branch master updated (cc4d817 -> 9c8e3cc)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.


    from cc4d817  examples/foc: use getopt to parse arguments
     add 9c8e3cc  examples/foc: add option to disable open-loop operations

No new revisions were added by this update.

Summary of changes:
 examples/foc/Kconfig           | 19 +++++++++++++++++++
 examples/foc/foc_cfg.h         | 14 ++++++++++++++
 examples/foc/foc_fixed16_thr.c | 20 +++++++-------------
 examples/foc/foc_float_thr.c   | 20 +++++++-------------
 examples/foc/foc_main.c        |  4 ++++
 examples/foc/foc_parseargs.c   |  4 ++++
 examples/foc/foc_parseargs.h   |  2 ++
 examples/foc/foc_thr.h         |  2 ++
 8 files changed, 59 insertions(+), 26 deletions(-)