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 719d03a8c lte/alt1250: Change error code from ENOTSUP to EAFNOSUPPORT new 97e2be003 logging/nxscope/nxscope.c: fix indentation new a56f0922c industrial/foc: add an interface that returns the modulation state new b88057fff examples/foc: support svm3 state with nxscope The 3 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/foc_fixed16_thr.c | 22 ++++++++++++++++++- examples/foc/foc_float_thr.c | 22 ++++++++++++++++++- examples/foc/foc_motor_b16.h | 3 +++ examples/foc/foc_motor_f32.h | 3 +++ examples/foc/foc_nxscope.c | 3 +++ examples/foc/foc_nxscope.h | 1 + include/industry/foc/fixed16/foc_handler.h | 8 ++++++- include/industry/foc/float/foc_handler.h | 8 ++++++- industry/foc/fixed16/foc_handler.c | 13 ++++++++--- industry/foc/fixed16/foc_svm3.c | 35 +++++++++++++++++++++++++++++- industry/foc/float/foc_handler.c | 13 ++++++++--- industry/foc/float/foc_svm3.c | 35 +++++++++++++++++++++++++++++- logging/nxscope/nxscope.c | 2 +- 13 files changed, 155 insertions(+), 13 deletions(-)