You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2020/09/04 20:43:58 UTC

[incubator-nuttx] branch master updated (8e8f41f -> 41f432e)

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 8e8f41f  drivers/timer: auto select the related option in Kconfig
     add 3560e16  arch/xtensa/src/esp32/esp32_spi.c: When the TX buffer is empty send something to kick off the SPI clock.
     add 41f432e  boards/xtensa/esp32/esp32-core: Add support for an MMCSD card over SPI.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_spi.c                  |  2 +-
 boards/xtensa/esp32/esp32-core/README.txt          | 11 +++++
 .../esp32-core/configs/{nsh => mmcsdspi}/defconfig | 14 +++++-
 boards/xtensa/esp32/esp32-core/src/Makefile        |  8 ++++
 boards/xtensa/esp32/esp32-core/src/esp32-core.h    |  9 ++++
 boards/xtensa/esp32/esp32-core/src/esp32_bringup.c |  9 ++++
 .../xtensa/esp32/esp32-core/src/esp32_mmcsd.c      | 56 ++++++++++++++--------
 .../esp32/esp32-core/src/esp32_spi.c}              | 29 +++++------
 8 files changed, 100 insertions(+), 38 deletions(-)
 copy boards/xtensa/esp32/esp32-core/configs/{nsh => mmcsdspi}/defconfig (78%)
 copy arch/x86_64/src/common/up_modifyreg8.c => boards/xtensa/esp32/esp32-core/src/esp32_mmcsd.c (70%)
 copy boards/{arm/xmc4/xmc4700-relax/src/xmc4_bringup.c => xtensa/esp32/esp32-core/src/esp32_spi.c} (79%)