You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/11/18 21:22:03 UTC

[incubator-nuttx] branch master updated (cbd4e90 -> 50e1a49)

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

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


    from cbd4e90  net/tcp: Rectified keepalive fix
     add f09d103  xtensa/esp32: Add high memory support to work with PSRAM
     add e7c9948  Fix nxstyle issue existing on fs/ioctl.h
     add 50e1a49  Fix the SPIRAM_BANKSWITCH that was defined incorrectly

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/Kconfig                      |  31 +
 arch/xtensa/src/esp32/Make.defs                    |   1 +
 arch/xtensa/src/esp32/esp32_himem.c                | 855 +++++++++++++++++++++
 arch/xtensa/src/esp32/esp32_himem.h                | 193 +++++
 boards/xtensa/esp32/esp32-core/src/esp32_bringup.c |  10 +
 include/nuttx/fs/ioctl.h                           |   6 +
 include/nuttx/himem/himem.h                        | 173 +++++
 7 files changed, 1269 insertions(+)
 create mode 100644 arch/xtensa/src/esp32/esp32_himem.c
 create mode 100644 arch/xtensa/src/esp32/esp32_himem.h
 create mode 100644 include/nuttx/himem/himem.h