You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ma...@apache.org on 2020/11/18 22:29:20 UTC

[incubator-nuttx] branch master updated (50e1a49 -> c06c6ff)

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

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


    from 50e1a49  Fix the SPIRAM_BANKSWITCH that was defined incorrectly
     add c06c6ff  cxd56: add initial audio SRC implementation

No new revisions were added by this update.

Summary of changes:
 drivers/audio/Kconfig                              |   8 +
 drivers/audio/Make.defs                            |   3 +
 drivers/audio/cxd56.c                              | 324 ++++++++---
 drivers/audio/cxd56.h                              |   6 +
 drivers/audio/cxd56_src.c                          | 603 +++++++++++++++++++++
 .../board_memorymap.h => drivers/audio/cxd56_src.h |  86 ++-
 6 files changed, 939 insertions(+), 91 deletions(-)
 create mode 100644 drivers/audio/cxd56_src.c
 copy boards/arm/sama5/sama5d3-xplained/include/board_memorymap.h => drivers/audio/cxd56_src.h (60%)