This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch esp32s3_spiram
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
discard 3456fc9 xtensa/esp32s3: Add SPI RAM/PSRAM Support
add d913bb9 xtensa/esp32s3: Add SPI RAM/PSRAM Support
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3456fc9)
\
N -- N -- N refs/heads/esp32s3_spiram (d913bb9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
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/esp32s3_psram.c | 7 +-
arch/xtensa/src/esp32s3/esp32s3_psram.h | 69 +++++++++++-------
arch/xtensa/src/esp32s3/esp32s3_spiram.c | 64 ++++++++---------
.../src/esp32s3/hardware/esp32s3_spi_mem_reg.h | 6 +-
arch/xtensa/src/esp32s3/rom/esp32s3_opi_flash.h | 82 +++++++++++-----------
5 files changed, 121 insertions(+), 107 deletions(-)