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/nuttx.git
from 425ddc7f72 lcd/st7789: fix incorrect buffer count for 3 wire RAM write new 5865d2a8ff esp32[s2|s3]: Enhance SPIRAM/PSRAM support Add esp_spiram_writeback_range function to flush some areas of spiram cache new 713c10717c esp32[s2|s3|c3|c6|h2]: Update common layer Update common layer to prevent build errors The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/xtensa/src/esp32/Make.defs | 2 +- arch/xtensa/src/esp32/esp32_spiram.c | 118 +++++++++++++++++++++ arch/xtensa/src/esp32/esp32_spiram.h | 18 ++++ arch/xtensa/src/esp32s2/Make.defs | 2 +- arch/xtensa/src/esp32s2/esp32s2_spiram.c | 22 ++++ arch/xtensa/src/esp32s2/esp32s2_spiram.h | 18 ++++ arch/xtensa/src/esp32s3/esp32s3_spiram.c | 22 ++++ arch/xtensa/src/esp32s3/esp32s3_spiram.h | 18 ++++ .../esp32s2/common/scripts/esp32s2_aliases.ld | 12 +++ .../esp32s3/common/scripts/esp32s3_rom_aliases.ld | 2 + 10 files changed, 232 insertions(+), 2 deletions(-)