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/08 14:32:53 UTC

[incubator-nuttx] branch esp32s3_spiram updated (d31aa08 -> 3456fc9)

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 d31aa08  xtensa/esp32s3: Add SPI RAM/PSRAM Support
     add 3456fc9  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   (d31aa08)
            \
             N -- N -- N   refs/heads/esp32s3_spiram (3456fc9)

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/Kconfig                 |  4 ++--
 arch/xtensa/src/esp32s3/esp32s3_psram.c         | 26 ++++++++++++++++++-------
 arch/xtensa/src/esp32s3/esp32s3_spiram.c        |  2 +-
 arch/xtensa/src/esp32s3/rom/esp32s3_opi_flash.h |  8 ++++----
 4 files changed, 26 insertions(+), 14 deletions(-)