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.git


    from d8b045fa6a Update mouse.h
     add f922f4cc61 expand cordic_register to math_register
     add b84fbe87ee math acceleration api support FFT

No new revisions were added by this update.

Summary of changes:
 drivers/math/CMakeLists.txt                        |   4 +-
 drivers/math/Kconfig                               |   9 +-
 drivers/math/Make.defs                             |   6 +-
 drivers/math/{cordic.c => math.c}                  | 150 ++++++++++++---------
 include/nuttx/math/fft.h                           | 137 +++++++++++++++++++
 .../am335x_wdog.h => include/nuttx/math/math.h     |  38 +++---
 include/nuttx/math/math_ioctl.h                    |   1 +
 7 files changed, 261 insertions(+), 84 deletions(-)
 rename drivers/math/{cordic.c => math.c} (61%)
 create mode 100644 include/nuttx/math/fft.h
 copy arch/arm/src/am335x/am335x_wdog.h => include/nuttx/math/math.h (71%)

Reply via email to