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 2022/03/07 12:56:49 UTC

[incubator-nuttx] branch master updated (08310a1 -> 9812826)

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.


    omit 08310a1  xtensa/esp32s3: Add SPI RAM/PSRAM Support

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (9812826)
            \
             O -- O -- O   (08310a1)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Kconfig                    |  118 -
 arch/xtensa/src/esp32s3/Make.defs                  |    4 -
 arch/xtensa/src/esp32s3/esp32s3_allocateheap.c     |    9 -
 arch/xtensa/src/esp32s3/esp32s3_psram.c            |  546 ---
 arch/xtensa/src/esp32s3/esp32s3_psram.h            |  111 -
 arch/xtensa/src/esp32s3/esp32s3_spiram.c           |  389 ---
 arch/xtensa/src/esp32s3/esp32s3_spiram.h           |  209 --
 arch/xtensa/src/esp32s3/esp32s3_start.c            |   17 -
 .../src/esp32s3/hardware/esp32s3_spi_mem_reg.h     | 3584 --------------------
 arch/xtensa/src/esp32s3/rom/esp32s3_opi_flash.h    |  377 --
 .../esp32s3/esp32s3-devkit/scripts/esp32s3_rom.ld  |    4 +-
 11 files changed, 2 insertions(+), 5366 deletions(-)
 delete mode 100644 arch/xtensa/src/esp32s3/esp32s3_psram.c
 delete mode 100644 arch/xtensa/src/esp32s3/esp32s3_psram.h
 delete mode 100644 arch/xtensa/src/esp32s3/esp32s3_spiram.c
 delete mode 100644 arch/xtensa/src/esp32s3/esp32s3_spiram.h
 delete mode 100644 arch/xtensa/src/esp32s3/hardware/esp32s3_spi_mem_reg.h
 delete mode 100644 arch/xtensa/src/esp32s3/rom/esp32s3_opi_flash.h