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/nuttx-apps.git
from 25937282e ml: follow nxstyle new fc863b6cd examples/foc: fix snprintf warning new 5c166edf6 examples/foc: fix compilation error new beeec27af examples/foc: improve perf monitor new 103bf8360 examples/foc: fix option that disable motor controller new 1aacc9949 examples/foc: print aling results only when verbose output enabled new b85a5ed30 examples/foc: ignore error for align and ident routines when motor controller disabled new a7024aea8 examples/foc: protect control loop with critical section The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: examples/foc/Kconfig | 56 ++++++++++++++++++--- examples/foc/foc_device.c | 6 +++ examples/foc/foc_fixed16_thr.c | 27 +++++++--- examples/foc/foc_float_thr.c | 27 +++++++--- examples/foc/foc_motor_b16.c | 44 ++++++++++++++--- examples/foc/foc_motor_f32.c | 49 +++++++++++++----- examples/foc/foc_perf.c | 110 ++++++++++++++++++++++++++++++++++++++--- examples/foc/foc_perf.h | 41 +++++++++++---- examples/foc/foc_thr.h | 2 +- 9 files changed, 309 insertions(+), 53 deletions(-)