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

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


    from 97930ab110 imxrt:Fix Case ENET_MMFR_OP_RdNOTMII->ENET_MMFR_OP_RDNOTMII
     new 7ae4152f47 esp32[-s2]/i2s: fix gpio setting when slave mode is selected
     new 3b5ab27893 esp32/i2s: implement I2S receiver module
     new aa208bd52c esp32/i2s: remove "esp32_" prefix from private functions
     new 9b55168462 documentation: update ESP32's documentation about the I2S 
RX mode

The 4 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:
 .../xtensa/esp32/boards/esp32-devkitc/index.rst    |  105 +-
 arch/xtensa/src/esp32/Kconfig                      |   17 +-
 arch/xtensa/src/esp32/esp32_i2s.c                  | 1663 ++++++++++++++++----
 arch/xtensa/src/esp32/esp32_i2s.h                  |    9 +-
 arch/xtensa/src/esp32s2/esp32s2_i2s.c              |   18 +-
 .../xtensa/esp32/common/src/esp32_board_i2sdev.c   |   89 +-
 .../esp32/esp32-devkitc/configs/i2schar/defconfig  |    8 +-
 .../configs/{audio => nxlooper}/defconfig          |   16 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h |    6 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |   37 +-
 10 files changed, 1611 insertions(+), 357 deletions(-)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{audio => nxlooper}/defconfig 
(91%)

Reply via email to