You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pr...@apache.org on 2020/09/11 17:14:53 UTC

[incubator-nuttx] branch master updated (7b965a2 -> 53b975f)

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

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


    from 7b965a2  Documentation: build documentation using sphinx -j option which parallelizes jobs
     add 6b6d983  arch/xtensa/src/esp32/esp32_spiflash.c: Don't double check for direct read mode.
     add 9c0157c  arch/xtensa/src/esp32/esp32_spiflash.c: Cosmetic changes.
     add c27bf32  arch/xtensa/src/esp32/Kconfig: Add the SPI FLASH title to make appear in menuconfig.
     add d485ccc  boards/xtensa/esp32/esp32-core: Support for the external FLASH.
     add 53b975f  boards/xtensa/esp32/esp32-core: Add a defconfig example for the SPIFlash.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/Kconfig                      |  2 +-
 arch/xtensa/src/esp32/esp32_spiflash.c             | 61 +++++++++++------
 boards/xtensa/esp32/esp32-core/Kconfig             | 19 ++++++
 boards/xtensa/esp32/esp32-core/README.txt          | 12 ++++
 .../esp32-core/configs/{nsh => spiflash}/defconfig |  5 +-
 boards/xtensa/esp32/esp32-core/src/Makefile        |  4 ++
 boards/xtensa/esp32/esp32-core/src/esp32-core.h    |  9 +++
 boards/xtensa/esp32/esp32-core/src/esp32_bringup.c |  4 ++
 .../esp32/esp32-core/src/esp32_spiflash.c}         | 79 ++++++++++------------
 9 files changed, 128 insertions(+), 67 deletions(-)
 copy boards/xtensa/esp32/esp32-core/configs/{nsh => spiflash}/defconfig (93%)
 copy boards/{z80/ez80/z20x/src/ez80_w25.c => xtensa/esp32/esp32-core/src/esp32_spiflash.c} (58%)